Functionsยง
- connect_
tls_ upstream - Connect to an upstream server over TLS and return the stream.
- make_
mtls_ client_ config - Create a client TLS config for mTLS (presents client cert, verifies server against CA).
- make_
mtls_ server_ config - Create a server TLS config that requires mTLS (client certificate verification).
- make_
tls_ acceptor - Create a
TlsAcceptorfor the given domain using a dynamically generated certificate.