Originally Posted by [s] First check version of the openSSL Code: openssl version -b openssl version -a If it is already updated, then no need to worry about it . If your OpenSSL is not updated then execute following commands to update OpenSSL. Code: sudo apt-get update Once this finishes, upgrade openssl: Code: sudo apt-get upgrade openssl Regenerate your SSL certificate , follow the link to regenerating SSL Certificate ...
openssl version -b openssl version -a
sudo apt-get update
sudo apt-get upgrade openssl