Replies: 2 comments 2 replies
-
License situation is pretty different (at least at the moment). OpenVPN can be run in a separate process and controlled by management and is under GPL 2.0. OpenVPN3 on the other hand is AGPL3 that is also a library so using OpenVPN3 will make your client solution also AGPL3. |
Beta Was this translation helpful? Give feedback.
-
Good afternoon. When initializing the Openvpn connect connection, the client on MAC OS m1 sonoma version 14.6.1 receives the error: "Error calling protect() method on socket: 30 times". You have to manually launch /Library/Frameworks/OpenVPN Connect.framework/Versions/Current/usr/sbin/vpn agent after which the connection goes through. If you reinstall Openvpn connect, it solves the problem before the first reboot. After the reboot, the error repeats: "Error calling protect() method on socket: 30 times" |
Beta Was this translation helpful? Give feedback.
-
We are working on providing client VPN solution compatible with OpenVPN for macOS (our VPN server is OpenVPN based) and we are evaluating two options to integrate with client program - openvpn (https://github.com/OpenVPN/openvpn) and openvpn3 (https://github.com/OpenVPN/openvpn3)
It seems we can go ahead with openvpn3 as this is newer and more modular version. However, we want to understand whether there are any cons with using openvpn3 compared to openvpn (like performance, security etc). Also are there any pros using openvpn compared to openvpn3?
Beta Was this translation helpful? Give feedback.
All reactions