wodFtpDLX ActiveX Control - ClientCertRequired Event
    
 

Description

Fires when server requires client certificate.


Syntax

Private Sub object_ClientCertRequired()



The ClientCertRequired Event syntax has these parts:

Part Description
object A wodFtpDLX object.

Remarks

This event is fired when remote server requires client certificate to be provided for SSL/TLS connection. It is possible that your authentication (and connection) still is successful - but it's also possible that server close the connection due to this requirement.

Of course, it will fire only if you did NOT provide your certificate in the first place.