Skip to main content

Verifying and Deploying mTLS

After configuring mTLS, apply your changes and verify that both TLS handshakes are working as expected.

Deploy the Configuration​

  1. Click Save or Apply Changes at the bottom of the proxy configuration page.
  2. 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​

  1. Navigate to Certificates
  2. Ensure the In Use count on the Certificate page has increased.