Open ShiningWank0 opened 2 months ago
Same here.
I've successfully rebuilt the latest Fedora version protonvpn-cli-2.2.12-3.fc41.src.rpm
for Rocky Linux 9.4 yesterday.
I am successfully launching custom build proton-vpn-gtk-app-4.7.1
(installed with dependencies python-proton-vpn-local-agent-1.1.4
, python3-proton-core-0.3.3
, python3-proton-vpn-api-core-0.36.4
, python3-proton-vpn-network-manager-0.9.4
, all custom build) which offers me a quite long list of free servers for each of the countries:
What I find strange is that
# sudo protonvpn c
offers me only US
(and within of that US-FREE#38
server only), but I get than (for UDP as well as for TCP):
Connecting to US-FREE#38 via UDP...
[!] Authentication failed.
[!] Please make sure that your Username and Password is correct.
My login credentials are the same as in proton-vpn-gtk-app
(which works perfectly well), and it is weird that there is no US-FREE#38
server at the list of servers in proton-vpn-gtk-app
at all.
I've rebuilt protonvpn-cli-2.2.12-3
yesterday, because I've been getting an There was an error connecting to the ProtonVPN API
error with a previous version protonvpn-cli-2.2.11-9
(rebuilt from protonvpn-cli-2.2.11-9.fc39.src.rpm
).
I've found this comment: https://forum.endeavouros.com/t/issues-with-protonvpn-cli-after-updating-keyring-and-system/42130/3
It turned out that protonvpn-cli
actually needs OpenVPN / IKEv2 username
and OpenVPN / IKEv2 password
(as opposed to your username - which in my case is an email - and your password that you use to login to proton web site or which you enter in GUI / proton-vpn-gtk-app
).
You can find both (OpenVPN / IKEv2 username
and OpenVPN / IKEv2 password
) at your Proton account page: https://account.protonvpn.com/account-password.
What is weird is that just one server (US-FREE#38
) is found by protonvpn-cli
, and not all servers discovered by GUI. And, that this single server is not on the quite long list of servers, offered by GUI / proton-vpn-gtk-app
...
There is also no difference in NetworkManager tray icon when connected through protonvpn-cli
(no lock), while the vpn connection established using Proton GUI / proton-vpn-gtk-app
is indicated by NetworkManager tray icon, and also listed among NetworkManager connections (right click on NetworkManager tray icon). Don't be confused by this fact, VPN connection is actually established (if reported so by protonvpn-cli
) what you can verify checking your public IP (https://www.whatismyip.com/).
Same here. The CLI tool doesn’t display the server list properly for me either.
Describe I am encountering an authentication failure when trying to set up ProtonVPN using GitHub Actions. Despite verifying the correctness of the OpenVPN credentials multiple times, the error persists. Here is the complete YAML code for the workflow:
Error Message:
Additional Information:
protonvpn
command-line tool is installed and verified withprotonvpn --version
.Request for Assistance: Could you please help troubleshoot this authentication issue? Any guidance or suggestions would be greatly appreciated.