Browser warns me that my website is partially encrypted. How to make it fully encrypted ?



The Fix:

Make sure:

  • All the links (to other pages, images, files etc) on your secure web page start with “https://”.
  • If you are using any 3rd party API, such as Facebook Like Box, AddThis, ShareThis or similar, you are going to get this error. This is because the these APIs do not follow a secure a connection to their respective hosts. You must get rid of them on any secure pages to avoid getting warning messages.
  • If you are still getting these errors, try using Fiddler. Its a free network monitoring application that shows all open connections /protocols and will help you locate any non-https request generating from the secure webpage.

About Shahab Qamar

Shahab Qamar is a web developer/designer from Brisbane, Australia who loves to share solutions and maintains simplefix.net.