Discuss this help topic in SecureBlackbox Forum

HTTPS: Use TLS

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, TLS 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.

The very least you need to do in order to be able to connect to the TLS-protected resource is handle OnCertificateValidate event and validate the server certificate.

For information about how to set and use other TLS-specific properties and events see the corresponding how-to articles.

How To articles about client-side HTTPS questions

Discuss this help topic in SecureBlackbox Forum