Install OpenSSL 1.0.2 on Ubuntu Server 14.04

The default OpenSSL version on Ubuntu Server 14.04 is still OpenSSL 1.0.1f, and it cannot be upgraded using apt-get, so it can only be installed by compiling.

View current version##

/usr/bin/openssl version
OpenSSL 1.0.1f 6 Jan 2014

Download and unzip##

wget https://www.openssl.org/source/openssl-1.0.2l.tar.gz
tar -xzvf openssl-1.0.2l.tar.gz

Compile and install##

cd openssl-1.0.2l
sudo ./config
sudo make install

Establish a new version connection##

sudo ln -sf /usr/local/ssl/bin/openssl `which openssl`

View new version##

/usr/bin/openssl version
OpenSSL 1.0.2l  25 May 2017

Recommended Posts

Install OpenSSL 1.0.2 on Ubuntu Server 14.04
Install Chef server workstation on Ubuntu 18.04
Install Oracle 11gR2 on Ubuntu Server 12.4.0
Install Gnome and VNC on Ubuntu Server
Install Redis on Ubuntu
Install R4 on ubuntu20
Install nvtop on Ubuntu 18.04
Install postgresql-10 on Ubuntu 18.04
Install docker on Ubuntu
How to install Bacula Server on Ubuntu 14.04
Install Docker on ubuntu18.04
Install nodejs10 on Ubuntu16
Install mysql on Ubuntu 14.04
Install Django on ubuntu
Install Pytorch+CUDA on Ubuntu 16.04
Install Python3 on Ubuntu 14.04
Install rJava on Ubuntu18
Install JDK10+ on Ubuntu
Install Python3 on Ubuntu 16.04
Install KDE on Ubuntu16.04.2
ubuntu install nginx server
Install Docker on Ubuntu18
Install Python3.7 on Ubuntu
Install flashplayer on Ubuntu
How to install Zabbix on Ubuntu 16.04 Server
How to install Squid proxy server on Ubuntu 18.04
Docker practice (1): install Docker on Ubuntu 16.04
Install ubuntu on virtual machine
Install QQ robot on Ubuntu 16.04
Install Python 3.7 on Ubuntu 18.04 LTS
Install Android Studio on Ubuntu
Configure tomcat on ubuntu server
Install scrapy framework on ubuntu
Install Mysql offline on Ubuntu
Install Oracle Java8 on Ubuntu
Install Odoo 11 stack on Ubuntu 16.04
Install Go locale on Ubuntu16
Install common software on Ubuntu 16.04
install virtualbox on centos server
Install non-portable QQ on ubuntu
Install Docker on Ubuntu 18.04 offline
Install Nginx server on CentOS 7
Install and configure Mono production environment on Ubuntu Server
How to install Ruby on Ubuntu 20.04
How to install Memcached on Ubuntu 20.04
Build Nginx-RTMP live server on ubuntu
How to install Java on Ubuntu 20.04
How to install MySQL on Ubuntu 20.04
How to install VirtualBox on Ubuntu 20.04
How to install Elasticsearch on Ubuntu 20.04
How to install Protobuf 3 on Ubuntu
Install Tenda u12 driver on Ubuntu
How to install Nginx on Ubuntu 20.04
How to install Apache on Ubuntu 20.04
How to install Git on Ubuntu 20.04
How to install Node.js on Ubuntu 16.04
How to install MySQL on Ubuntu 20.04
Install and configure MySQL on Ubuntu
How to install Vagrant on Ubuntu 20.04
How to install Bacula-Web on Ubuntu 14.04
Install botan2 encryption library on ubuntu