Discuss this help topic in SecureBlackbox Forum
TElWebDAVServer.OnCertificateValidate
This event is fired when the server certificate must be validated.
Declaration
Parameters
Description
This event is fired by TElWebDAVServer when the HTTPS protocol offers the server to validate the client's certificate, starting from the root CA to the end-entity certificate. One can check, whether the certificate is an end-entity one, by checking the certificate's Chain property. Use methods of the TElX509Certificate class to perform the certificate validation.