Difference between revisions of "Forward Proxy"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Created page with "== 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 p...")
 
(Connection Errors)
Line 8: Line 8:
  
  
== Connection Errors ==
+
== Troubleshooting ==
 +
=== Error #1 ===
 +
Registry reports:
 +
<pre>
 +
Can not make connection to URL: <<< a url >>>
 +
Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
 +
</pre>
 +
 
 +
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:
 +
<pre>
 +
-Djdk.http.auth.tunneling.disabledSchemes=""
 +
</pre>
 +
For further information refer to: https://stackoverflow.com/questions/41505219/unable-to-tunnel-through-proxy-proxy-returns-http-1-1-407-via-https

Revision as of 02:15, 2 November 2021

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