Help needed: Connecting a http-proxy with OPNsense

Started by Schmilipp, Today at 10:09:27 AM

Previous topic - Next topic
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)
- Tried multiple spellings of the variables in the pkg.conf

The Proxy is reachable (tested with curl --proxy).

Thanks in advance :)