easy:SetOpt_DoH_SSL_VerifyStatus(verify)
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.