Scroll to navigation

TSSSLCONTEXTFINDBYNAME(3ts) Apache Traffic Server TSSSLCONTEXTFINDBYNAME(3ts)

NAME

TSSslContextFindByName - traffic Server TLS server context lookup

SYNOPSIS

#include <ts/ts.h>
TSSslContext TSSslContextFindByName(const char * name)

TSSslContext TSSslContextFindByAddr(const struct sockaddr * address)

DESCRIPTION

TSSslContextFindByName() searches for a SSL server context created from ssl_multicert.config, matching against the server name.
TSSslContextFindByAddr() searches for a SSL server context created from ssl_multicert.config matchin against the server address.

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

2015, dev@trafficserver.apache.org
January 24, 2017 7.0