[][src]Module actix_server::ssl

SSL Services

Structs

NativeTlsAcceptor

Support SSL connections via native-tls package

OpensslAcceptor

Support SSL connections via openssl package

RustlsAcceptor

Support SSL connections via rustls package

TlsStream

A wrapper around an underlying raw stream which implements the TLS or SSL protocol.

Enums

SslError

Ssl error combinded with service error.

Functions

max_concurrent_ssl_connect

Sets the maximum per-worker concurrent ssl connection establish process.