SdkProxy Property |
Proxy to use for all communication to remote servers
The SDK can use a proxy for all HTTP and HTTPS communication.
The default is , i.e. no proxy is used. Otherwise the property’s value must be a URI with the following elements:
http[s]://[‹user›[:‹password›]@]‹host›[:‹port›]
Where:
Example: "http://myproxy:8080"
For SSL/TLS connections, e.g. to a signature service, the proxy must allow the HTTP CONNECT request to the remote server.