-
Notifications
You must be signed in to change notification settings - Fork 152
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
<connection> profiles are non-functional + unkown/unsupported option details are lacking #249
Comments
OpenVPN Connect might be using old version of OpenVPN3 that only warns and ignores these options instead of failing. Also we have unit te sts that check for support: https://github.com/OpenVPN/openvpn3/blob/master/test/unittests/test_remotelist.cpp#L98 so |
https://aur.archlinux.org/packages/openvpn3 I’m using https://github.com/OpenVPN/openvpn3-linux/tree/v21 and shall we have the detail about UNKNOWN/UNSUPPORTED OPTIONS or at least the line numbers in the future? |
@ihipop Which command do you use to start the VPN session? |
|
@ihipop Thanks! I'll run some tests locally and debug this. I have to admit that |
I am glad to know about that :) While looking forward to a fix for that, may I have a wish for |
@ihipop that should already be detailed enough. There might be a bug with reporting in respect to |
this will cause the error when connecting (not importing)
NO line numbers, NO detailed error about which UNKNOWN/UNSUPPORTED OPTIONS cause the problem comment out the |
@ihipop Can you please try the latest development snapshot to see if the missing "unkown/unsupported options details" are resolved? The builds pushed out yesterday and today have a newer OpenVPN 3 Core library release included which should have some more improvements in that area. Fedora Copr devsnapshots: https://copr.fedorainfracloud.org/coprs/dsommers/openvpn3-devsnapshots/ |
@dsommers I'm sorry but I didn't use Fedora or Ubuntu, would this work if I rebuild using the AUR https://aur.archlinux.org/packages/openvpn3 ? |
@ihipop I'm not experienced in how the PKGBUILD setup works. And I see that does several hacks to link against an older glib2 currently. If you can get a PKGBUILD to use the latest glib2 library, using the dev/gdbuspp-migration branch in the OpenVPN 3 Linux git repo and you can get the GDBus++ library built ... then it should most likely be possible to test this properly on Arch too. |
I can confirm it still not works well with with
remove
|
Thanks for testing! This will be looked into in a future release. Unfortunately, we won't be able to get this into the next |
https://build.openvpn.net/man/openvpn-2.6/openvpn.8.html#CONNECTION%20PROFILES:~:text=By%20enacpulating%20the,a%20successful%20connection.
if a configure file is contains any
<connection>
, the connection will fail withthere are two problems about the error:
The text was updated successfully, but these errors were encountered: