Private internet access authentication failed
Authentication Failure
Contents
The text was updated successfully, but these errors were encountered:
Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
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
Auth Failed to PIA #1522
BrettAlan128 opened this issue Nov 16, 2020 · 20 comments
Auth Failed to PIA #1522
BrettAlan128 opened this issue Nov 16, 2020 · 20 comments
Comments
BrettAlan128 commented Nov 16, 2020 •
I am using my same user id and password that I use to login directly to PIA when I visit the site. I am getting an auth failed that you can see in the logs. I was able to login fine prior to the update by PIA.
Synology 218+
VPN Provider PIA
Logs
Compose:
`version: “3.4”
services:
transmission-openvpn:
container_name: transmission
image: haugene/transmission-openvpn:latest
restart: unless-stopped
volumes:
– /volume1/Content/Downloads/Torrents:/downloads
– /volume1/docker/transmission:/config
– /etc/localtime:/etc/localtime:ro
ports:
– 9091:9091
environment:
– PUID=1024
– PGID=100
– TZ=America/Los_Angeles
– CREATE_TUN_DEVICE=true
– OPENVPN_PROVIDER=PIA
– OPENVPN_USERNAME=
– OPENVPN_PASSWORD=
– OPENVPN_CONFIG=CA Montreal
– PIA_OPENVPN_CONFIG_BUNDLE=openvpn-ip-nextgen
– OPENVPN_OPTS=–inactive 3600 –ping 10 –ping-exit 60
– WEBPROXY_ENABLED=false
– LOCAL_NETWORK=10.0.1.1
– TRANSMISSION_HOME=/config
– TRANSMISSION_WATCH_DIR_ENABLED=true
– TRANSMISSION_WATCH_DIR=/downloads/fetch # TODO: edited
– TRANSMISSION_DOWNLOAD_DIR=/downloads/completed # TODO: edited
– TRANSMISSION_INCOMPLETE_DIR=/downloads/incomplete # TODO: edited
– TRANSMISSION_BLOCKLIST_ENABLED=true
– TRANSMISSION_BLOCKLIST_URL=http://john.bitsurge.net/public/biglist.p2p.gz
– UMASK_SET=022
logging:
driver: json-file
options:
max-size: 10m
cap_add:
– NET_ADMIN
Describe the problem
Add your docker run command
Logs
Host system:
The text was updated successfully, but these errors were encountered:
Private internet access authentication failed
Reddit and its partners use cookies and similar technologies to provide you with a better experience.
By accepting all cookies, you agree to our use of cookies to deliver and maintain our services and site, improve the quality of Reddit, personalize Reddit content and advertising, and measure the effectiveness of advertising.
By rejecting non-essential cookies, Reddit may still use certain cookies to ensure the proper functionality of our platform.
For more information, please see our Cookie Notice and our Privacy Policy .