Setting Up Proxy for Machines Running Chemaxon Software¶
In some secure networks, access for internet is limited or restricted.
In these networks, additional setup is needed for the software to be properly usable.
On the network, a proxy server must be configured, allowing the communication with https://license.chemaxon.com
Proxy Configuration Overview¶
Chemaxon software uses Java's HttpClient for HTTP communication.
The proxy settings for Java can be controlled via system properties or operating system configurations.
For details, you can refer to the official Java networking documentation.
Steps to Configure Proxy Settings¶
1. Configure JVM System Properties¶
- Use the following JVM options to specify the proxy settings when starting the Java application:
3. Testing the Proxy Setup¶
You can verify the proxy settings by checking if your system can access the Chemaxon license server via the configured proxy.
bash
curl -x http://<proxy-host>:<proxy-port> https://license.chemaxon.com