Hello everyone,
I am happy to share that we took another big step towards the new boundary node architecture: the completion of internal testing for ic-gateway, the core service of the upcoming HTTP gateways. For more details on the new architecture and the HTTP gateway’s role, please refer to the boundary node roadmap.
Before we roll out the HTTP gateways, we need to test ic-gateway in the existing boundary nodes. To this end, we rebuilt the boundary nodes to solely rely on ic-gateway and ic-boundary (the core service of the API boundary nodes). Essentially, ic-gateway replaces nginx and icx-proxy: at a high-level, this means, it terminates TLS, caches static HTTP assets, implements the HTTP gateway protocol, and proxies the traffic to ic-boundary.
Now, we need your help: before adding these modified boundary nodes to the production load balancer, we want to test them on their own. To this end, we have setup a simple proxy configuration that routes all IC traffic to that modified boundary node. Setting up the proxy is straightforward, and instructions for Windows, Mac, and Linux are provided below.
Please give it a try and report any issues in this thread. Don’t forget to undo the changes after you’re done testing.
Thanks a lot for your help!
Mac OS X
- Open your system settings and go to “Network” → “Wi-Fi”.
- Select your currently active Wi-Fi connection and click on “Details”.
- Under “Proxies” enable “Automatic proxy configuration” and provide the following URL for the proxy file:
https://gist.githubusercontent.com/r-birkner/2baaf38ca9ce5d1135bf90ad9579c2b5/raw/6dd4288321733632376854b71089bcc20847fbec/canary-fallback.pac
- Click on “OK” to confirm the changes.
- Now, you are all set! From now on, all your IC traffic is proxied through the canary boundary node.
Windows
- Open the Settings app and go to “Network & Internet” → “Proxy”.
- Enable “Automatically detect settings”.
- Enable “Use setup script”.
- Set the following as “Script address”.
https://gist.githubusercontent.com/r-birkner/2baaf38ca9ce5d1135bf90ad9579c2b5/raw/6dd4288321733632376854b71089bcc20847fbec/canary-fallback.pac
- Click on “Save” to confirm the changes.
- Now, you are all set! From now on, all your IC traffic is proxied through the canary boundary node.
Linux
- Open your system settings and go to “Network” → “Network Proxy”.
- Select “Automatic” and provide the following URL for the proxy file:
https://gist.githubusercontent.com/r-birkner/2baaf38ca9ce5d1135bf90ad9579c2b5/raw/6dd4288321733632376854b71089bcc20847fbec/canary-fallback.pac
- Close the settings windows.
- Now, you are all set! From now on, all your IC traffic is proxied through the canary boundary node.