Skip to content

Instantly share code, notes, and snippets.

@clairtonluz
Last active September 13, 2019 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clairtonluz/02fa582a6c35ce5f5606d62edf8561f5 to your computer and use it in GitHub Desktop.
Save clairtonluz/02fa582a6c35ce5f5606d62edf8561f5 to your computer and use it in GitHub Desktop.
systemProp.http.proxyUser=clairton
systemProp.https.proxyUser=clairton
systemProp.http.proxyPassword=yourPassword
systemProp.https.proxyPassword=yourPassword
systemProp.https.proxyHost=proxy.clairtonluz.com.br
systemProp.http.proxyHost=proxy.clairtonluz.com.br
systemProp.http.proxyPort=8080
systemProp.https.proxyPort=8080
systemProp.http.nonProxyHosts=localhost, 127.0.0.1, *.local
systemProp.https.nonProxyHosts=localhost, 127.0.0.1, *.local
systemProp.jdk.http.auth.tunneling.disabledSchemes=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment