You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Self-hosted Proxy option
44
44
~~~~~~~~~~~~~~~~~~~~~~~~
45
45
46
46
If you rather prefer to run your own proxy, you can follow the instructions in the `documentation <https://scion-http-proxy.readthedocs.io/en/latest/forward-proxy.html#running-the-scion-http-forward-proxy-locally>`__.
47
-
Please note that for the latter, you will need to follow the instructions to enable a SCION endhost stack on your machine.
47
+
Please note that for this configuration, you will need to follow the instructions to enable a SCION endhost stack on your machine.
48
48
The `documentation <https://scion-http-proxy.readthedocs.io/en/latest/forward-proxy.html#prerequisites>`__ provides a detailed guide on how to set it up.
49
49
50
50
Installation
@@ -61,6 +61,17 @@ On the upper right corner, enable `Developer Mode`. Then click the `Load unpacke
61
61
The error indicating that the manifest is deprecated does not impact the functionality at the moment, if you turn the extension on.
62
62
If you are using Chrome or Chromium, you can temporarily allow Manifest V2 https://chromeenterprise.google/policies/#ExtensionManifestV2Availability.
63
63
64
+
Proxy configuration
65
+
-------------------
66
+
67
+
The browser extension will automatically configure the proxy settings for you, using WPAD (Web Proxy Auto-Discovery Protocol).
68
+
This mechanism is used to automatically detect the proxy settings in your network. The browser use the generic WPAD URL ``http://wpad/wpad_scion.dat`` to find the proxy configuration file.
69
+
Subsequently, it will validate the SCION proxy configuration file and set the proxy settings accordingly.
70
+
71
+
If the WPAD mechanism is not available in your network, the browser extension will fallback to the defaults settings, i.e., using a generic hostname for the SCION HTTP Forward Proxy.
72
+
Firstly, the extension will try to connect using HTTPS, if this fails, it will try to connect using HTTP. For more information regarding the needed configuration, for instance, certificate import, please check the `SCION HTTP Forward Proxy configuration <https://scion-http-proxy.readthedocs.io/en/latest/forward-proxy.html#configuration>`_ documentation.
73
+
Finally, if none of this works, the user may manually configure the proxy settings in the browser, by navigating to `Extensions->Manage Extensions->Proxy settings`.
0 commit comments