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.
See also¶
TSAPI(3ts)