Skip to main content

Allow Skipping Verification of SSL Certificates

· One min read

Our Android, .Net, Go, Java, NodeJS, PHP, Python and Ruby SDKs now allow skipping verification of SSL certificates. To do this enable the CodeGen Setting Allow Skipping Certificate Verification and then set the corresponding configuration variable in the respective SDK.

Details

This setting has been added to allow developers to test SDKs in environments where default certificate verification fails, such as when verifying self signed or expired certificates.

caution

Security Risk This setting should not be used in a production environment as it can create a major security risk.

Enable CodeGen setting

The setting can be accessed in the editor from

screenshot codegen settings