pub fn bind_openssl<A: Address>(
addr: A,
config: OpenSSLConfig,
) -> Server<A, OpenSSLAcceptor>Available on crate feature
tls-openssl only.Expand description
Create a TLS server that will be bound to the provided socket with a configuration. See
the crate::tls_openssl module for more details.