Closed PingoLeon closed 6 months ago
I also noted that you don't need the quotes in PVPN_CMD_ARGS
like "connect --cc CH"
which is mentioned in the README.md .
By default, no quotes will be placed in the value of the env, and putting the args in quotes will end up breaking the protonvpn
commands.
Same issue is arising with my container also. I think ther might be issue with with proton api. Iam having same output _proton-privoxy_logs.txt
Same issue is arising with my container also. I think ther might be issue with with proton api. Iam having same output _proton-privoxy_logs.txt
At least your logs clearly share there could be an error through the API, but I can't figure out for me if it's the configuration of my own network or an API related problem
Solution I could find to bypass this is to use OpenVPN config file from proton website, and setup a container acting as an OpenVPN proxy, I will try this out while the problem remains unsolved for this privoxy container
Same issue is arising with my container also. I think ther might be issue with with proton api. Iam having same output _proton-privoxy_logs.txt
At least your logs clearly share there could be an error through the API, but I can't figure out for me if it's the configuration of my own network or an API related problem
Solution I could find to bypass this is to use OpenVPN config file from proton website, and setup a container acting as an OpenVPN proxy, I will try this out while the problem remains unsolved for this privoxy container
Assuming your setup is correct, try building the container then restart it. Look at https://github.com/walterl/proton-privoxy/issues/2. 'proton0' interface is not up.
Ended up using GlueTUN's container, because I saw a lot of answers and troubleshoot guides using this, it now works flawlessly. Might give another chance to privoxy in the future, but not sure.
Steps to reproduce : Running Docker under Ubuntu 22.04 LTS using Portainer to setup all -> set ports to 8888:8080 -> set volumes to /etc/localtime:/etc/localtime:ro -> setting PVPN_USERNAME and PVPN_PASSWORD to the correct OpenVPN credentials (found on protonVPN website) -> activating debugging (value set to 1) I left everything left to default to ensure no malfunction
Output of the logs :
**Many problems before this come up, like using protonvpn regular credentials instead of OpenVPN ones, not the good tier setup. Do I need to include configuration files from the https://account.protonvpn.com/downloads website ? Here the account used is a ProtonVPN Plus user, so PVPN_TIER 2 default should be fine.
Any idea on how to fix this ?
What has been tried : changing 8888:8080 to TCP to try out -no effect adding "+pmp" to the PVPN_USERNAME, same result. reversing the credentials (maybe swapped out the 2) - "Please check your Username Or Password" composing the container via the docker-compose.yml example provided in README - error in Python on the ip6tables tried different other tiers - no results, server not found, etc...**
sudo ip6tables-save
:Thanks for your help