Event type for SSL certificate verification
Source position: fphttpclient.pp line 47
type THTTPVerifyCertificateEvent = procedure( |
Sender: TObject; |
AHandler: TSSLSocketHandler; |
var aAllow: Boolean |
) of object; |
Sender |
|
The HTTP client object that triggered the event |
AHandler |
|
The SSL socket handler containing the certificate |
aAllow |
|
Set to True to accept the certificate |
Event type called during SSL certificate verification, allowing custom certificate validation logic.
|
Event called for custom SSL certificate verification |