Scroll to navigation

TSSSLSERVERCONTEXTCREATE(3ts) Apache Traffic Server TSSSLSERVERCONTEXTCREATE(3ts)

NAME

TSSslServerContextCreate - traffic Server TLS server context creation

SYNOPSIS

#include <ts/ts.h>
TSSslContext TSSslServerContextCreate(void)

void TSSslContextDestroy(TSSslContext ctx)

DESCRIPTION

TSSslServerContextCreate() creates a new TLS server context. The context is configured using the TLS settings specified in records.config. TSSslServerContextCreate() returns nullptr on failure.

TSSslContextDestroy() destroys a TLS context created by TSSslServerContextCreate(). If ctx is nullptr, no operation is performed.

TYPE

TSSslContext

The SSL context object. This is an opaque type that can be cast to the underlying SSL library type (SSL_CTX * for the OpenSSL library).

SEE ALSO

TSAPI(3ts)

COPYRIGHT

2019, dev@trafficserver.apache.org
March 8, 2019 7.1