Module actix_tls::accept[][src]

TLS acceptor services for Actix ecosystem.

Crate Features

  • openssl - TLS acceptor using the openssl crate.
  • rustls - TLS acceptor using the rustls crate.
  • native-tls - TLS acceptor using the native-tls crate.

Modules

native_tls
openssl
rustls

Enums

TlsError

TLS error combined with service error.

Functions

max_concurrent_tls_connect

Sets the maximum per-worker concurrent TLS connection limit.