Backend Tls
data class BackendTls(val validateCertificateChain: Boolean? = null, val validateCertificateName: Boolean? = null)
Properties
Link copied to clipboard
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for the backend host.
Link copied to clipboard
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for the backend host.