Discuss this help topic in SecureBlackbox Forum
Opens connection and initiates SSL session.
Declaration
Description
This method causes TElSimpleSSLClient to open socket connection (if UseInternalSocket property is true) and initiate SSL handshake.
If UseInternalSocket property is false, call this method after transport has established connection.
If SSL is not enabled (Enabled property is set to false)
TElSimpleSSLClient onlys socket connection (if UseInternalSocket property is true) and returns.
You can use StartTLS method later to establish connection.