- Expose a workload
- Expose and secure a workload
- Security
Disable TLS certificate verification
You can disable the TLS certificate verification for the connections between Kyma and an external solution represented by an Application. This allows Kyma to send requests and data to an unsecured Application without verifying its presented TLS certificate. Disabling the certificate verification can be useful in certain testing scenarios.
NOTE: By default, the TLS certificate verification is enabled when sending data and requests to every Application.
To disable TLS certificate verification export your Application name as an environment variable and follow these steps:
Edit the Application custom resource (CR) for your Application. Run:
Click to copykubectl edit application $APP_NAMEEdit the Application by setting the skipVerify parameter to
true
.- Save the changes and quit.