How to check supported ssl on server Posted by By Amit May 2, 2018Posted inSecurity Openssl and curl can be used to check the supported ssl version on a server using openssl Check if tlsv1 is supported #openssl s_client -connect <hostname:port> -tls1
Steps to Upgrade Openssl Posted by By Amit June 7, 2017Posted inLinux, Security Upgrade the openssl version from: #openssl version OpenSSL 1.0.1e-fips 11 Feb 2013 To, # openssl version OpenSSL 1.0.2c 12 Jun 2015