Name
easy:SetOpt_DoH_SSL_VerifyStatus -- verify the DoH SSL certificate's status (V2.0)
Synopsis
easy:SetOpt_DoH_SSL_VerifyStatus(verify)
Function
Set this to True or False to enable or disable verification.

This option determines whether libcurl verifies the status of the DoH (DNS-over-HTTPS) server cert using the "Certificate Status Request" TLS extension (aka. OCSP stapling).

This option is the DoH equivalent of #CURLOPT_SSL_VERIFYSTATUS and only affects requests to the DoH server.

Note that if this option is enabled but the server does not support the TLS extension, the verification will fail.

Inputs
verify
input value

Show TOC