Function pingora_core::protocols::ssl::server::handshake

source ·
pub async fn handshake<S: IO>(
    ssl_acceptor: &SslAcceptor,
    io: S
) -> Result<SslStream<S>>
Expand description

Perform TLS handshake for the given connection with the given configuration