Hey,
I'm currently trying to configure an OPNsense instance for testing purposes.
However I ran into a problem when trying to connect my http/https proxy to the Firewall.
What I've tried so far:
- Adding this variable to the /usr/localk/etc/pkg.cnf:
PKG_ENV: {
http_proxy: "http://XXX.XXX.XX.XXX:3128",
https_proxy: "http://XXX.XXX.XX.XXX:3128",
}- Tried to enter the proxies to the "/root/.cshrc" and the "/usr/local/opnsense/service/conf/configd.conf" (like in this thread (https://forum.opnsense.org/index.php?topic=21042.0))
- Tried multiple spellings of the variables in the pkg.conf
The Proxy is reachable (tested with curl --proxy).
Thanks in advance :)