I have tested website on Qualys ssl lab and get F rating with following error: This server is vulnerable to the OpenSSL Padding Oracle vulnerability (CVE-2016-2107) and insecure. Grade set to F.
I have updated openssl to 1.0.1t but I am still getting an F rating.
Before I installed the tar file of openssl and create soft links for that.
$ cd /usr/src2.
$ wget https://www.openssl.org/source/openssl-1.0.1t.tar.gz -O openssl-1.0.1t.tar.gz3.
$ tar -zxf openssl-1.0.1t.tar.gz4.
$ cd openssl-1.0.1t$ ./config
$ make
$ make test
$ make install
$ ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
But the above procedure is wrong, below is the correct solution: