MediaGraphTlsValidationOptions Class

Options for controlling the authentication of TLS endpoints.

Inheritance
MediaGraphTlsValidationOptions

Constructor

MediaGraphTlsValidationOptions(*, ignore_hostname: Optional[str] = None, ignore_signature: Optional[str] = None, **kwargs)

Parameters

ignore_hostname
str
Required

Boolean value ignoring the host name (common name) during validation.

ignore_signature
str
Required

Boolean value ignoring the integrity of the certificate chain at the current time.