Namran Hussin Linux,Network How to check your website HTTPS or SSL grade

How to check your website HTTPS or SSL grade


While digging into Amazon AWS documentation for HTTPS or SSL setup, I bumped onto the following services from Qualys SSL Labs . Because I wanted to test how secure is the SSL being implemented on my webserver.

It does exactly what it says. Verify and grading the implementation of SSL on webserver.
Here is the output.

Not bad. Thanks to CloudFlare.
References:

1. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html

2. https://www.ssllabs.com/ssltest/analyze.html 

Related Post

fedora core 8 to fedora core 9 using iso DVD image.fedora core 8 to fedora core 9 using iso DVD image.

start with obtaining Fedora-9-i386-DVD.iso and mkdir -p /media/fedora mount -o loop Fedora-9-i386-DVD.iso /media/fedora then cd /media/fedora/Packages [root@fedora Packages]# rpm -Uvh fedora-release-9-2.noarch.rpm  fedora-release-notes-9.0.0-1.noarch.rpm then  tweak the /etc/yum.repos.d/fedora.repo to have something as

Installing java plugins for x86_64 CentOSInstalling java plugins for x86_64 CentOS

download the latest from java website : http://download.oracle.com/auth/otn-pub/java/jdk/6u27-b07/jdk-6u27-linux-x64-rpm.bin?e=1313557110&h=84d2a6dfdee93e926d179d506fafa3e3 sh jdk-6u27-linux-x64-rpm.bin ln -s /usr/java/jdk1.6.0_27/jre/lib/amd64/libnpjp2.so /usr/lib64/mozilla/plugins/libnpjp2.so test by : about:plugins Related posts: Firefox 3.6.13 and JRE plugins in CentOS 5.5 Java 1.6