Discuss this help topic in SecureBlackbox Forum
TElHTTPSServer.SSLClientAuthentication
Specifies whether client authentication (certificate request) is enabled.
Declaration
Description
This property defines whether the server should request client's certificate.
If the client doesn't have a certificate, server actions depend on
SSLAuthenticationLevel property value.
If the client has a certificate, the
OnCertificateValidate event is fired.
Client authentication is used very rarely. Use this option in case you are sure all clients have certificates.