Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Restart Unimus, and any HTTP(S) outbound connectivity from Unimus will go through the configured proxy.

Proxies with authentication

If you need to authenticate to your proxy, you will need to setup additional configuration:

Code Block
languagetext
-Dhttp.proxyUser=username
-Dhttp.proxyPassword=password
-Dhttps.proxyUser=username
-Dhttps.proxyPassword=password

If your proxy uses Basic Auth, this is disabled by default. You will also need to configure:

Code Block
languagetext
-Djdk.http.auth.tunneling.disabledSchemes=""

(please keep proper format for Linux / Windows)

Running in Tomcat:

Please refer to Tomcat documentation on configuring proxying.

...