qdm12 / gluetun-wiki

Home to the Markdown Wiki page for Gluetun
MIT License
269 stars 31 forks source link

Your credentials might be wrong with protonVPN #38

Closed morhodesly closed 4 months ago

morhodesly commented 4 months ago

URL to the Wiki page

https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/protonvpn.md

What's misleading?

I follow the wiki on how to implement the protonVPN into gluetun. After the container starts running it gets me the error message ERROR [openvpn] AUTH: Received control message: AUTH_FAILED. can someone help me? I attach below my docker-compose.yml

version: "3"
services:
  gluetun:
    image: qmcgaw/gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=protonvpn
      - OPENVPN_USER='username_from_protonvpn_account'
      - OPENVPN_PASSWORD='password_from_protonvpn_account'
      - SERVER_COUNTRIES=Netherlands
qdm12 commented 4 months ago

your username or password is wrong, try re-checking them? If this is a documentation problem, please re-open the issue with a proposed fix for the documentation, thanks!