Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open Privoxy-WebGui #17

Open
FuMagnet opened this issue Oct 11, 2020 · 1 comment
Open

Can't open Privoxy-WebGui #17

FuMagnet opened this issue Oct 11, 2020 · 1 comment

Comments

@FuMagnet
Copy link

Thanks for your great project. I took your sample config for docker and it runs sabnzbd over port 8080. The IP is that of the OpenVPN file.

Unfortunately I can't call privoxy. Do you have any idea?
(error = Invalid header received from client.)

I just run this code:
docker run -d \ --cap-add=NET_ADMIN \ -p 8080:8080 \ -p 8090:8090 \ -p 8118:8118 \ --name=sabnzbdvpn \ -v /root/docker/data:/data \ -v /root/docker/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=USERNAME \ -e VPN_PASS=PASSWORD \ -e VPN_PROV=pia \ -e VPN_CLIENT=openvpn \ -e STRICT_PORT_FORWARD=no \ -e ENABLE_PRIVOXY=yes \ -e LAN_NETWORK=192.168.178.0/24 \ -e NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1 \ -e ADDITIONAL_PORTS=1194 \ -e DEBUG=false \ -e UMASK=000 \ -e PUID=0 \ -e PGID=0 \ binhex/arch-sabnzbdvpn

Thanks for any help

@binhex
Copy link
Owner

binhex commented Oct 13, 2020

(error = Invalid header received from client.)
that is completely normal and means privoxy is working as intended, you need to configure your app to use the proxy, it does not have a web ui.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants