Discuss this help topic in SecureBlackbox Forum

Use SSL

Use of SSL/TLS is transparent and is using the https:// protocol prefix in the URI being requested. If you pass the URL "https://myhost.com/" to one of the methods of TElHTTPSClient class, SSL is used automatically.

If the protocol prefix is not specified in the URI, then SSLEnabled property of TElHTTPSClient controls whether SSL/TLS is enabled during the request.

To set SSL-specific properties and events see the corresponding how-to article.

Discuss this help topic in SecureBlackbox Forum