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 

Leave a Reply

Your email address will not be published. Required fields are marked *

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