SSL Working Problem

 

Are you pulling your hair out trying to find out why your secure page is not fully secure? Here's a simple tool that will tell you about any insecure items on your SSL page!

Simply type in the full https URL into the box below and get a report about:

  • Insecure calls to images, css, and javascript, including 3rd party calls.
  • Expired SSL certificates, invalid or missing intermediate certificates (including 3rd party SSL Certificates)
  • SHA-1 Algorithm test, POODLE test and insecure form calls


https://www.whynopadlock.com

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Allow One IP for your website

  put the below text on .htaccessorder deny,allowdeny from allallow from <your ip>...

Redirecting HTTP to HTTPS Using CodeIgniter

  Change in config.php file:$config['uri_protocol'] = 'PATH_INFO';

htaccess configure for ssl

  RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$...

Wordpress xmlrpc.php configure on .htaccess

Block WordPress xmlrpc.php requests <Files xmlrpc.php> order deny,allow deny from all...