Hello, i cannot find any way on how to install this older openvpn 2.5.9 version on my ubuntu. Dies anyone have any documentation about this? Thanks in advance!
Originally Posted by misiaala Hello, i cannot find any way on how to install this older openvpn 2.5.9 version on my ubuntu. Dies anyone have any documentation about this? Thanks in advance! Clone the source code at that revision and run make? What problem are you trying to solve with this version of openvpn?
Last edited by Irihapeti; 1 Week Ago at 01:59 PM. Reason: Restored original content
Hi, i'm trying to circumvent the topic that openvpn >2.6 is not allowing connections to SHA1 gateways. But i still need this for some months. And sorry, i have no idea on how to "clone the source code at that revision and run make".
Originally Posted by misiaala Hi, i'm trying to circumvent the topic that openvpn >2.6 is not allowing connections to SHA1 gateways. But i still need this for some months. And sorry, i have no idea on how to "clone the source code at that revision and run make". wget https://build.openvpn.net/downloads/...n-2.5.9.tar.gz tar xf openvpn-2.5.9.tar.gz cd openvpn-2.5.9 ./configure make sudo make install You may need to install additional libraries such as liblzo2-dev, etc. However, I strongly advise against running an older version of OpenVPN, because it is full of vulnerabilities which will put your computer at risk, possibly including giving the remote server code execution capability to your local system.
Last edited by Irihapeti; 1 Week Ago at 02:00 PM. Reason: Restored original content
While typing in "./configure" i get "checking additionally if OpenSSL is available and version >= 1.0.2...configure: error: OpenSSL version too old". That's the reason why i asked here this question on how to install older versions.
Originally Posted by misiaala While typing in "./configure" i get "checking additionally if OpenSSL is available and version >= 1.0.2...configure: error: OpenSSL version too old". That's the reason why i asked here this question on how to install older versions. You'll have to modify the source code you downloaded to make it work. But it's honestly a waste of time. You need to update to a modern version of openssl and openvpn.
Last edited by Irihapeti; 1 Week Ago at 02:01 PM. Reason: Restored original content
Ubuntu Forums Code of Conduct