Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Note that in order for this to be picked up, you need to restart NetworkManager: sudo systemctl restart NetworkManager.
    – AVH
    Commented Oct 28, 2022 at 9:47
  • add tls-cipher "DEFAULT:@SECLEVEL=0" to the ovpn file. Commented Dec 13, 2022 at 16:22
  • 3
    In case you need to set this for one particular connection managed by NetworkManager: The configuration file is located at /etc/NetworkManager/system-connections/ and the NetworkManager specific syntax is tls-cipher=DEFAULT:@SECLEVEL=0.
    – Hermann
    Commented Apr 11, 2023 at 8:45