[][src]Crate actix_tls

TLS acceptor services for Actix ecosystem.

Crate Features

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

Modules

nativetls
openssl
rustls

Enums

TlsError

TLS error combined with service error.

Functions

max_concurrent_tls_connect

Sets the maximum per-worker concurrent TLS connection limit.