Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Schmilipp

#1
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 :)