Problem
App ignores proxy setting -Dhttp.nonProxyHosts
Cause
...
Oracle JDK ignores apostrophes in the host 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 articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@12b6d |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ( "proxy" , "sonar-for-bitbucket-server" ) and type = "page" and space = "MSS" |
---|
labels | sonar-for-bitbucket-server proxy |
---|
|
...