TDAPI_SECURITY_IGNORE_FLAGS Enumeration
Description
Ignore certificates error flags. This option is used for configuration both for WinInet (Spider) and WinHttp (WebGate)
Members
MemberValueDescription
SECURITY_IGNORE_FLAG_ALL15Ignore all certificates errors
SECURITY_IGNORE_FLAG_DEFAULT7Ignore certificates errors by default
SECURITY_IGNORE_FLAG_INVALID_SERVER_CERT_CA2Allows an invalid certificate authority.
SECURITY_IGNORE_FLAG_INVALID_SERVER_CERT_CN1Allows an invalid common name in a certificate; that is, the server name specified by the application does not match the common name in the certificate.
SECURITY_IGNORE_FLAG_INVALID_SERVER_CERT_DATE4Allows an invalid certificate date, that is, an expired or not-yet-effective certificate.
SECURITY_IGNORE_FLAG_INVALID_SERVER_CERT_USAGE8Allows the identity of a server to be established with a non-server certificate (for example, a client certificate)