Why No Padlock on a Secure Site

SSL Certificates are important thing for every website to make trust every visitor coming into your website. SSL Certificates makes secure connections of your website from web browsers (Google, Firefox, IE etc.). Though SSL can be used across an entire site, it is most commonly used for portions of the site that use sensitive information, such as shopping cart checkout areas.

What is SSL Certificate?

SSL Certificates are small data files that digitally bind a cryptographic key to an organization’s details. Whenever we installed SSL certificate on a web server, it activates the padlock and the https protocol and allows secure connections from a web server to a browser.

What is the full form of SSL/ TSL?

 

These are protocols for establishing authenticated and encrypted links between networked computers. Unfortunately SSL protocol was deprecated with the release of TLS 1.0 in 1999. It is still common to refer to these related technologies as “SSL” or “SSL/TLS.”

  • Full form of is SSL Secure Sockets Layer and its successor
  • Full form of TLS is Transport Layer Security

You need to read following things to know more about SSL/ TLS for details in Google.

  • Keys, Certificates, and Handshakes
  • SSL/TLS and Secure Web Browsing
  • Obtaining an SSL/TLS Certificate

The most current version is TLS 1.3, defined in RFC 8446 (August 2018). SSL/TLS certificates vary depending on the validation methods used and the level of trust they confer, with extended validation (EV) offering the highest level of trust.

What is padlock?

Padlock is a small lock icon that will be display before https in browser address bar. Different type of padlock is displayed according to type of browser such as Google, Firefox and IE.

Why padlock not appear for website?

Padlock appears instantly when you installed SSL certificate properly. But in some case people do blame on the SSL or hosting provider while padlock not display without knowing whether SSL is properly installed or not. In some case SSL certificate is properly installed still padlock not display.

How do I know the SSL is working?

If you browser any website using https and if it show the SSL lock or padlock in browser address bar before the https then SSL completely working for that website.

SSL lock will only appear or display properly if all items on the page are linking securely. If your website missed any one link that is unsecured link on the page then SSL will appear as broken or in some case padlock will not appear in your browser address bar.

Chrome Security Lock

 

Chrome Security Lock

 

FireFox Security Lock

 

FireFox Security Lock

How you can check insecure link in your website page?

If you are web developer then you can easily find the insecure link to your page by doing inspect and checking the every images or CSS, JavaScript file or any other files load to your website page is http instead of https.

If anyone want to know exactly how you can check insecure URL using inspect then write the comment on this article i will make another blog post that will show you in details to find insecure URL in website page.

There are two common thing you try to solve yourself for SSL problem.

 

1) Absolute addresses of Image URL

If image URL is used with http protocol with entire domain name such like

<img src=”http://yourdomain.com/image.jpg”>

Then you can change that to either with https URL to that image path like the following code.

<img src=”https://yourdomain.com/image.jpg”>

 

2) Relative addresses of Images URL

Relative addresses totally different from absolute in that case it uses the image without protocol and the domain name. so it would simply be like the following example.

<img src=”image.jpg”>.

 

When you check on Google regarding padlock then can find the question in different way like Why No Padlock?

When lock icon not appear in browser then you can say Why No Padlock? And solution is to install the SSL properly or genuine SSL provider or Hosting provider.

I have very good knowledge of installing the SSL in shared hosting and the VPS and you don’t know more about the installing SSL or problem in display padlock after installing SSL then you can definitely hire me to solve the any SSL related problem to your website.

3 thoughts on “Why No Padlock on a Secure Site

  1. Hello,
    Nice article. Actually i have one site that has problem to appear the padlock, I have successfully installed the SSL certificate but lock icon not appear so you can help me on this?

    • You need some information that can help you to find out why your secure page is not fully secure? or why pad lock not appear?
      Please check the following steps that can help you find out padlock display problem in detail. Actually i have already written above article but i am going to clear more..

      • 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
  2. Wow! Nice Article! Padlock shows whether your website is secure or not. If you have a business website then you need to build trust in your customers by showing that your website is absolutely secured! That’s why I purchased Comodo Positive SSL certificate from Avalon Hosting Services Ltd. https://avalonhosting.services/comodo-ssl I must say I am very impressed by their services. Comodo Positive SSL is an excellent solution for internal domains and other domain names where you need fast and simple security without having to worry about injecting much trust into the site.

Leave a Reply

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