TlsValidationOptionsResponse

data class TlsValidationOptionsResponse(val ignoreHostname: String? = null, val ignoreSignature: String? = null)

Options for controlling the validation of TLS endpoints.

Constructors

Link copied to clipboard
constructor(ignoreHostname: String? = null, ignoreSignature: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ignoreHostname: String? = null

When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.

Link copied to clipboard
val ignoreSignature: String? = null

When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.