7.2.2.2. Module axivion.dashboard.certificate_verification

Configuration of the client’s verification of the server certificate (chain)

Classes

CertificateVerification(value)

Strictness of the client when verifying the server's X.509 TLS/SSL certificate (chain)

CertificateVerification

class axivion.dashboard.certificate_verification.CertificateVerification(value)

Bases: Enum

Strictness of the client when verifying the server’s X.509 TLS/SSL certificate (chain)

NO = 1

Don’t verify at all

LAX = 2

Disable ssl.VERIFY_X509_STRICT

DEFAULT = 3

Do the default verification, including ssl.VERIFY_X509_STRICT on Python 3.13+