/
App ignores proxy setting

App ignores proxy setting

Problem

App ignores proxy setting -Dhttp.nonProxyHosts


Cause

Oracle JDK ignores apostrophes in the nonProxyHost declaration, but OpenJDK does not:


JVM_SUPPORT_RECOMMENDED_ARGS="-Dhttp.nonProxyHosts='<host_1_ip_addr>|<host_2_ip_addr>|*.example.com'"

Solution

If you use OpenJDK, get rid of the apostrophes in the host declaration:


JVM_SUPPORT_RECOMMENDED_ARGS="-Dhttp.nonProxyHosts=<host_1_ip_addr>|<host_2_ip_addr>|*.example.com"



Related content

Service proxy has been destroyed error
Service proxy has been destroyed error
More like this
Error "PKIX path building failed"
Error "PKIX path building failed"
More like this
Jupyter Viewer for Confluence Cloud: page-attached notebooks do not render; Atlassian authorization error
Jupyter Viewer for Confluence Cloud: page-attached notebooks do not render; Atlassian authorization error
More like this
Release Notes v 1.7.0
🗄️
Release Notes v 1.7.0
More like this
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
More like this
Troubleshooting ☁️
Troubleshooting ☁️
More like this

SONAR™, SONARQUBE™ and SONARCLOUD™ are independent and trademarked products and services of SonarSource SA: see sonarsource.com, sonarqube.org, sonarcloud.io.