Discuss this help topic in SecureBlackbox Forum
Setup proxies
TElHTTPSClient supports all types of proxies supported in SecureBlackbox.
To use HTTP proxy server, you need to set UseHTTPProxy property of TElHTTPSClient class to true. To set the address and port of the server, set HTTPProxyHost and HTTPProxyPort properties.
To authenticate on the proxy server, use HTTPProxyUsername and HTTPProxyPassword properties.
Note, that if you request a resource via HTTPS and you have your proxy settings configured, these settings will be used for WebTunneling instead, so your connection will be secure.