-
Notifications
You must be signed in to change notification settings - Fork 52
Vopono forget password after failed connection attempt #288
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
Comments
Are you using OpenVPN? If you set up the server config with vopono it should save the OpenVPN password in If it's a custom config you can do the same thing with the OpenVPN config file - https://forums.openvpn.net/viewtopic.php?t=11342 |
I can confirm the same happens to me on version 0.10.10 with NordVPN under Debian Sid. Vopono just deletes the auth.txt if the connection fails. |
I am creating config by After this, I am using vopono as follows: When vopono fails to connect to server, next time when I issuing same command it start asking to enter login and password for NordVPN. |
Deletion of auth file is happening here - vopono/vopono_core/src/network/openvpn.rs Line 161 in 62b6026
It seems that its looking for "AUTH_FAILED" in OpenVPN log. Maybe its false positive? Or maybe NordVPN servers sometimes failing authorization doe to overload or something. |
Yeah, that makes sense, the aim was to delete the auth file to stop it retrying if the password is wrong and re-prompt the user. It'd be good to make the existing behaviour an option / separate command though. |
There is logs from failed connection:
|
Thanks, it's a pain there's no way to distinguish it from a real invalid credentials error. But this change is made in PR #289 - hopefully I'll have time to release it this week. |
The auth file deletion issue is fixed in release v0.10.11 |
Thank you! Vopono is really important to me, I am appreciating you work very much! |
Vopono forget password after failed connection attempt.
Currently I am using vopono with NordVPN under Arch Linux, and it often fails to connect to random server.
After failing, it forgets vpn service password and I need to enter it again.
It is a major pain for me.
Maybe I am missing something?
If I am not, I propose to change this behavior in some way:
Is something from this sounds reasonable? If it is, may I work on it and send pull request?
The text was updated successfully, but these errors were encountered: