OpenVPN / openvpn3-indicator

Simple GTK indicator GUI for OpenVPN 3 Linux
https://github.com/OpenVPN/openvpn3-indicator
GNU Affero General Public License v3.0
24 stars 2 forks source link

Failed to import configuration with ECC-384 Algorithm #16

Closed LNono7 closed 1 week ago

LNono7 commented 1 week ago

Hi, I'm having a problem importing an OpenVPN configuration using the ECC-384 algorithm on Ubuntu 22.04.4 with openvpn3-indicator. The import fails with the following error message : net.openvpn.openvpn3_indicator.desktop[7694]: ERROR:root:Failed to import configuration NEW from ... When I manually run with openvpn3 session-start my OpenVPN profile, I get an error with the application launched with the following error : session-start: ** ERROR ** Failed to start new session: Failed calling D-Bus method [net.openvpn.v3.sessions] net.openvpn.v3.sessions.Connect: Timeout was reached But when the application is not launched, it works fine.

titov-vv commented 1 week ago

Err... I looks a bit similar to mine #15 . Have your tried it with log level DEBUG to see more detailed exception? With regards to openvpn3 session-start - have you tried to start it several times? I recently got a situation when first execution fails with similar error but then 2nd or 3rd execution establishes a tunnel (I'm not on Ubuntu, so might be different problem, but for me it was caused by some temporary package incompatibility that was resolved with next upgrade).

LNono7 commented 1 week ago

II thought it was related to the algorithm but in fact not at all it is an option of OpenVPN that the application does not support : connect-retry

dsommers commented 1 week ago

The Python configuration parser in the openvpn3 module is lacking support for this option. I've created a ticket to add that support in a future release. I don't have an ETA now, but will probably be slated for the v24 release.

https://codeberg.org/OpenVPN/openvpn3-linux/issues/9