You are not logged in.
Pages: 1
some third party api need CAcertification, like cert.p12 ,cert.pem,cert_key.pem,
like some payout api,
is it a way to use CACert with TWinHttp Client?
Offline
TCurlHTTP can use be notified to use a client certificate during TLS handshake by call TCurlHTTP.UseClientCertificate
In case of TWinHTTP it is not implemented, TWinHttp.InternalSendRequest force WINHTTP_OPTION_CLIENT_CERT_CONTEXT to WINHTTP_NO_CLIENT_CERT_CONTEXT, but can be implemented
Offline
Pages: 1