Unit 'fpHTTPClient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THTTPVerifyCertificateEvent

Event type for SSL certificate verification

Declaration

Source position: fphttpclient.pp line 47

type THTTPVerifyCertificateEvent = procedure(

  Sender: TObject;

  AHandler: TSSLSocketHandler;

  var aAllow: Boolean

) of object;

Arguments

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

Description

Event type called during SSL certificate verification, allowing custom certificate validation logic.

See also

TFPHTTPClient.OnVerifySSLCertificate

  

Event called for custom SSL certificate verification


Documentation generated on: Jan 27 2026