TSSSLSERVERCONTEXTCREATE(3ts) | Apache Traffic Server | TSSSLSERVERCONTEXTCREATE(3ts) |
TSSslServerContextCreate - traffic Server TLS server context creation
#include <ts/ts.h>
TSSslServerContextCreate() creates a new TLS server context. The context is configured using the TLS settings specified in records.config. The user can pass certificate object(TSSslX509 cert and certname (const char* certname) optionally. This function sets the certificate status callback and initializes OCSP stapling data if cert and certname is provided and ocsp is enabled globally. TSSslServerContextCreate() returns nullptr on failure.
TSSslContextDestroy() destroys a TLS context created by TSSslServerContextCreate(). If ctx is nullptr no operation is performed.
TSAPI(3ts)
2024, dev@trafficserver.apache.org
April 1, 2024 | 9.2 |