Last active
April 26, 2017 12:40
-
-
Save princebhalani143/7560fe491c101fc9947e2e33f9f9f65d to your computer and use it in GitHub Desktop.
Fix OpenSSL Padding Oracle vulnerability (CVE-2016-2107)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Solution: | |
On CentOS and Red Hat Enterprise Linux : | |
Run below code: | |
yum clean all | |
yum update openssl | |
reboot | |
On Ubuntu and Debian | |
Run below code: | |
sudo apt-get update | |
sudo apt-get install openssl | |
reboot | |
Hope it'll help you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment