|
Bugzilla – Full Text Bug Listing |
| Summary: | Attempting to Login to a Fresh Install of Proton VPN (proton-vpn new client) Gives ProtonCryptoError due to Per-User Issue with GNUPG or Gnome Keyring | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Chris Miller <chris.beaudry.miller> |
| Component: | Other | Assignee: | Alexandre Vicenzi <alexandre.vicenzi> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | VPN log first, strace log at the end | ||
|
Description
Chris Miller
2024-06-22 21:27:29 UTC
New update: I debugged this with ProtonVPN support, a very nice employee worked with me even though they don't support openSUSE. These were the results: 1. Purge all packages and config files, and reinstall: DIDN'T WORK 2. Create new Tumbleweed user profile and attempt to sign in to ProtonVPN: WORKS, this put suspicion on per-user cache/config of gnupg and the Gnome keyring 3. On the original Tumbleweed user where the issue was first found, delete ~/.gnupg and ~/.local/share/keyrings/login.keyring. Then log out/in: WORKS, after clearing out the existing gnupg and Gnome keyring data and regenerating it on a new login, I was able to sign in to ProtonVPN I have done no user-initiated custom configuration of gnupg or the Gnome keyring; anything that was done was done automatically by apps interacting with the keyring/gnupg. It looks like something ended up getting corrupted along the way, and the workaround is to revert gnupg and the keyring to a fresh config. |