AUTH_FAILED with Windscribe #87
Unanswered
DrissiReda
asked this question in
Q&A
Replies: 2 comments 8 replies
-
|
check your log: you need to check your file permissions etc, the script cannot set the credentials, hence when it tries to authenticate it will have empty credentials and then the auth fails |
Beta Was this translation helpful? Give feedback.
8 replies
-
|
Windscribe requires you to generate a different username and password from the site: https://windscribe.net/getconfig/openvpn. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a pinned issue for this?
Is there an existing or similar issue for this?
Is there any comment in the documentation for this?
Is this related to the container/transmission?
Are you using the latest release?
Have you tried using the dev branch latest?
Config used
I'm using Kubernetes, here is my deployment:
deployment.yaml
Here is the config file I'm using from the secret
windscribe-uk-udp-1194:I obtained it from windscribe website directly, generated for openvpn version 2.6+
openvpn.conf
And finally the secret
windscribe-user-pass, using credentials supplied by windscribe in the same configuration page:openvpn-credentials.txt
Current Behavior
When the pod starts I get the error
AUTH_FAILED:Expected Behavior
Authentication to work
How have you tried to solve the problem?
Log output
Here is a complete log:
logs.txt
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions