File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ And in case of legacy URLs that are not (yet) exposing on https:
2626As example configuration would be:
2727
2828``` bash
29- export JAVA_TOOL_OPTIONS=" -Dhttps.proxyHost=my-proxy.internal -Dhttps.proxyPort=8083"
29+ export JAVA_TOOL_OPTIONS=-Dhttps.proxyHost=my-proxy.internal -Dhttps.proxyPort=8083
3030```
3131
3232If you have some custom internal URLs that are on plain http, but do require use of the proxy you should also add
3333the ` http.* ` properties for the proxy.
3434
3535``` bash
36- export JAVA_TOOL_OPTIONS=" -Dhttps.proxyHost=my-proxy.internal -Dhttps.proxyPort=8083 -Dhttp.proxyHost=my-proxy.internal -Dhttp.proxyPort=8083"
36+ export JAVA_TOOL_OPTIONS=-Dhttps.proxyHost=my-proxy.internal -Dhttps.proxyPort=8083 -Dhttp.proxyHost=my-proxy.internal -Dhttp.proxyPort=8083
3737```
3838
3939## Legacy configuration
You can’t perform that action at this time.
0 commit comments