TLSReqCertStatus#

class TLSReqCertStatus(*args, **kwargs)#

Bases: object

It denotes how the TLS client should handle the certificate status checks, such as checking for certificate revocation.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • ALLOW: The client will perform certificate status checks, but it won’t necessarily reject the certificate if the status check fails.

  • DEMAND: The client requires a successful certificate status check for the certificate to be considered valid, otherwise the TLS handshake will fail.

  • NEVER: The client won’t check the certificate’s status at all.

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model