Tuesday, February 4, 2020

Set up Outgoing proxy for Bitbucket

Set up Outgoing proxy for Bitbucket

Add JVM_SUPPORT_RECOMMENDED_ARGS to _start-webapp.sh
vi _start-webapp.sh

JVM_SUPPORT_RECOMMENDED_ARGS=" -Dhttp.proxyHost=proxy.goweekend.ca -Dhttp.proxyPort=8080 -Dhttps.proxyHost=proxy.goweekend.ca -Dhttps.proxyPort=8080 -Dhttp.nonProxyHosts=*.toronto.ca\|localhost"

No comments:

Post a Comment