You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the tray icon will function properly for a while, but after some time, it will just stay red, even though I am connected to the VPN.
When I run openvpn3 sessions-list, I see several connections listed similar to the below, as well as my current active connection. I am not 100% sure, but I believe these may be connections that were working and then timed out (my employer's VPN boots us off after 12 hours I believe). If I run the applet from a terminal, over time, more and more "Not connected" messages will appear, in addition to one "Session found". Because there is a connected, valid session, the icon should be green but I guess the older ones are overriding it.
I'm not real sure what a good solution to this. Perhaps a new menu entry that would force disconnecting these failed auth connections? Or doing so automatically, if the config matches what was selected in the applet? Or maybe is it an issue with my actual .ovpn config file, keeping the connection open after auth failure?
I looked into it a bit more this morning, and this command will remove the old connections. Perhaps adding it to the applet script would be a good idea?
openvpn3 session-manage --cleanup
Hi @adolson, this is a good idea for a workaround! Thanks! We will implement this as soon as we have some spare time. In the meantime, a PR is as always welcome.
I noticed that the tray icon will function properly for a while, but after some time, it will just stay red, even though I am connected to the VPN.
When I run openvpn3 sessions-list, I see several connections listed similar to the below, as well as my current active connection. I am not 100% sure, but I believe these may be connections that were working and then timed out (my employer's VPN boots us off after 12 hours I believe). If I run the applet from a terminal, over time, more and more "Not connected" messages will appear, in addition to one "Session found". Because there is a connected, valid session, the icon should be green but I guess the older ones are overriding it.
I'm not real sure what a good solution to this. Perhaps a new menu entry that would force disconnecting these failed auth connections? Or doing so automatically, if the config matches what was selected in the applet? Or maybe is it an issue with my actual .ovpn config file, keeping the connection open after auth failure?
The text was updated successfully, but these errors were encountered: