Skip to content

Commit 3a6b304

Browse files
authored
docs: update proxy configuration (#11)
* update config * small fix
1 parent 506dade commit 3a6b304

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/source/index.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Self-hosted Proxy option
4444
~~~~~~~~~~~~~~~~~~~~~~~~
4545

4646
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.
4848
The `documentation <https://scion-http-proxy.readthedocs.io/en/latest/forward-proxy.html#prerequisites>`__ provides a detailed guide on how to set it up.
4949

5050
Installation
@@ -61,6 +61,17 @@ On the upper right corner, enable `Developer Mode`. Then click the `Load unpacke
6161
The error indicating that the manifest is deprecated does not impact the functionality at the moment, if you turn the extension on.
6262
If you are using Chrome or Chromium, you can temporarily allow Manifest V2 https://chromeenterprise.google/policies/#ExtensionManifestV2Availability.
6363

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`.
74+
6475
Usage
6576
-----
6677

0 commit comments

Comments
 (0)