-
Notifications
You must be signed in to change notification settings - Fork 60
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
Failing obtain auth key due to blocked host #109
Comments
It looks like their desktop app might pick an api endpoint from the serverlist rather than using the fixed I wonder if thats something the container could do if needed. It looks like it still might need to access |
Yes, good point. The server list (maybe being on a different host?) is reachable. I wonder if the tokens are permanent? I wasn't able to find PIA API documentation myself to get an answer |
I don't think I've ever noticed an auth token expiring before. My Docker install is only a few weeks old at the moment, but it looks like the initial tokens are still being re-used on container creation. #110 adds optional env vars to override the API endpoints as a workaround in case the defaults are inaccessible, and should hopefully work for both generating the auth token and for downloading the server list. If the server list is working as-is, then the env vars might only need setting on the initial run to generate the auth token, assuming I've built and tagged it as |
@thrnz amazing one :) Works like Swiss watch:
I specified both meta IP and CN |
@thrnz is it something you would consider moving to master? |
It's been merged and should be in the latest build on Docker Hub. |
Hello everyone,
Could you suggest a solution to the PIA host being blocked by my ISP?
I see in the container logs:
I tried to call the token endpoint manually
https://www.privateinternetaccess.com/api/client/v2/token
And it's unreachable from my ISP but reachable first enabling PIA VPN on my Mac.
The text was updated successfully, but these errors were encountered: