TSVConnSslConnectionGet - TSVConnSslConnectionGet API function
Contents
Copyright
2025, dev@trafficserver.apache.org
9.2 May 22, 2025 TSVCONNSSLCONNECTIONGET(3ts)
Description
Get the SSL (per connection) object from the SSl connection svc.
Name
TSVConnSslConnectionGet - TSVConnSslConnectionGet API function
Synopsis
#include <ts/ts.h>
TSSslConnectionTSVConnSslConnectionGet(TSVConnsvc)Types
typeTSSslConnection
The SSL (per connection) object. This is an opaque type that can be cast to the appropriate type
(SSL* for the OpenSSL library).
