Forward Proxy

From Fusion Registry Wiki
Revision as of 02:15, 2 November 2021 by Plazarou (talk | contribs) (Connection Errors)
Jump to navigation Jump to search

Overview

From Fusion Registry 10.8.0 onwards a new feature has been added to the Fusion Registry: HTTP Forward Proxies.

This feature allows particular requests to be passed to a particular proxy.

How to Create

Troubleshooting

Error #1

Registry reports:

Can not make connection to URL: <<< a url >>>
Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"

Possible causes:

  • Your authentication has not been specified or has been specified incorrectly.
  • The tunnelling needs to disable BASIC authentication. Apply the following to your Java environment and restart the Registry:
-Djdk.http.auth.tunneling.disabledSchemes=""

For further information refer to: https://stackoverflow.com/questions/41505219/unable-to-tunnel-through-proxy-proxy-returns-http-1-1-407-via-https