SSL configuration is per Environment and resides in the Environment setting.
Note that imported certificates and private keys will be exported along with Hello HTTP data dumps and backups, even if they are disabled. If you don't want them to be exported when sharing a project to the others, remove them before doing exports.
Additional to the default trusted CA certificates, custom ones can be imported to verify the server identities. Currently, the accepted formats are:
The formats are detected automatically.
Imported certificates can be disabled by unchecking the corresponding green tick box, or deleted. Changes to the original file would not affect imported ones.
Self-signed certificates are also supported at this moment. A warning will be displayed if a non-CA certificate is imported.
It is possible to disable system CA certificates, so that only your custom certificates are trusted. By default, it is not disabled.
At most one client certificate and private key pair can be imported per environment. This is mandatory for mTLS connections.
Accepted formats for a client certificate are:
Accepted formats for a private key are:
Alternatively, a PKCS#12 or P12 or PFX bundle containing exactly one certificate and one private key can be imported. If multiple entries of the same kind are found, only the first one would be imported.
The formats are detected automatically. Files with the .key
file extension are usually in PEM or DER formats.
SSL certificate verification can be disabled. By default, SSL verification is enabled.
Powered by Doctave