logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TS SSL Context - traffic Server TLS server context

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  matching
       against the server address.

Name

       TS SSL Context - traffic Server TLS server context

See Also

TSAPI(3ts)

Synopsis

          #include <ts/ts.h>

       TSSslContextTSSslContextFindByName(constchar*name)TSSslContextTSSslContextFindByAddr(conststructsockaddr*address)

See Also