Bug 1227710

Summary: NetworkManager-openvpn must use --data-ciphers for OpenVPN >= 2.6
Product: [openSUSE] openSUSE Tumbleweed Reporter: John Paul Adrian Glaubitz <adrian.glaubitz>
Component: NetworkAssignee: E-mail List <screening-team-bugs>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
URL: https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/issues/97
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description John Paul Adrian Glaubitz 2024-07-12 12:25:29 UTC
Recently, one of my OpenVPN connections stopped working with every connection attempt timing out.

After some debugging and research, I figured out that the reason is that OpenVPN 2.6 deprecated the "--cipher" option and replaced it with "--data-ciphers".

There is an upstream bug report which tracks the issue:

> https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/issues/97

While there have been changes made to the code to address this issue,

> https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/commit/963b71a83ee18728bb3707945b327cff137b2b57
> https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/commit/020ab0c4b872fa5415ed1a5e682acb3343c7b9f3

the issue doesn't seem to be resolved yet as my own experiences and the comments of other users in the above upstream bug report suggest.