The Router supports TLS and mTLS for secure communication with your clients and infrastructure components like load-balancer.
https://
protocol. For client connections, you can configure TLS as follow:
client_auth.cert_file
the client can send a certificate to the server that is validated by the server before a connection is established. By default it is not a requirement and the server support clients with valid and without certificates. You can set required
to true
to enforce that a client must be verified and authentic. If the validation does not succeed the client connection is refused.
client_auth
with required=true
on the server and the correct TLS settings on the client side.