Product ID & Activation

Online activation - When you have a HTTP proxy

For Linux

Set JAVA_OPTS environment variable as shown below:

set JAVA_OPTS="-Dhttp.proxyHost=<proxy address> -Dhttp.proxyPort=<proxy port number>"

(example: -Dhttp.proxyHost=192.168.0.1)

 

For Windows

Add http proxy settings:

1. Run <install folder>\bin\BrekekeSIPw.exe and open [Java] tab.

2. Add properties* as [Java Options] as shown below:

-Dhttp.proxyHost=<proxy address>
-Dhttp.proxyPort=<proxy port number>
(example: -Dhttp.proxyHost=192.168.0.1)

*In some cases, to avoid going through the proxy server for internal web service connections,

 you have to indicate the hosts/IP address that should be accessed without the proxy, as shown below:

(example: -Dhttp.nonProxyHosts=localhost|127.*|[::1] )

The default value of “-Dhttp.nonProxyHosts” are “localhost|127.*|[::1]” or <none>.

*The details of these properties can be found at:
http://docs.oracle.com/javase/7/docs/api/java/net/doc-files/net-properties.html

https://docs.oracle.com/javase/7/docs/technotes/guides/net/properties.html

Yes No
Suggest Edit