You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to support TLS for multiple host names / PEM keys. The SNI from the TLS handshake should be used to select the right certs, key pair.
It should be possible to support TLS for multiple host names / PEM keys. The SNI from the TLS handshake should be used to select the right
certs, key
pair.https://docs.rs/rustls/latest/rustls/server/struct.ResolvesServerCertUsingSni.html
Not a huge priority as it's possible to use bundled SAN certificates to support more than one host with a single private key.
The text was updated successfully, but these errors were encountered: