I configured the proxy in the /etc/environment file by adding these lines:
bash
$ export http_proxy=http://<username>:<password>@<url:port>
$ export https_proxy=http://<username>:<password>@<url:port>
When I run a curl to verify that the proxy is working, it successfully reads the page.
However, when I try to connect via OIDC from my website, it doesn't work.
I wanted to know if there is another method to configure outgoing requests so they can access the proxy, and if there are any logs available for the plugin.