MediaGraphTlsValidationOptionsResponse

data class MediaGraphTlsValidationOptionsResponse(val ignoreHostname: Boolean, val ignoreSignature: Boolean)

Options for controlling the authentication of TLS endpoints.

Constructors

Link copied to clipboard
constructor(ignoreHostname: Boolean, ignoreSignature: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Ignore the host name (common name) during validation.

Link copied to clipboard

Ignore the integrity of the certificate chain at the current time.