Verifying and Deploying mTLS
After configuring mTLS, apply your changes and verify that both TLS handshakes are working as expected.
Deploy the Configuration
- Click Save or Apply Changes at the bottom of the proxy configuration page.
- Allow the configuration to deploy.
Verify Client-to-Proxy mTLS
Use a tool like curl with a client certificate to test the connection:
curl -v --cert client.crt --key client.key https://your-protected-domain.com
Verify certificate usage
- Navigate to Certificates
- Ensure the In Use count on the Certificate page has increased.