HTTPS padlock is not on for one of my site pages

by 3 replies
3
This is driving me crazy. Most of the pages on my site are correctly displaying the HTTPS secure badge on the browser address bar but on the product pages such as this one, it's not, and only in Chrome (ver 49).

I tried it with Firefox and IE and they both seemed fine. It's only Chrome that's reporting insecure resource from that page but when I used Chrome Developer tools and Firefox HttpFox addon trying to detect all the requests that were going through I couldn't find any resource that's downloaded via HTTP.

This is really weird. Considering Chrome is the most popular browser right now I can't let this one go. Any help would be appreciated! How can I find the insecure resource that's only reported in Chrome??
#programming #https #padlock #pages #site
  • Chrome displays a padlock here.
  • Here too... try flushing your cache.
  • Apparently for Chrome form action URLs must also be https when the page is https even if the URL is not loaded! I've fixed it. Thank you for your help!

Next Topics on Trending Feed

  • 3

    This is driving me crazy. Most of the pages on my site are correctly displaying the HTTPS secure badge on the browser address bar but on the product pages such as this one, it's not, and only in Chrome (ver 49). I tried it with Firefox and IE and they both seemed fine. It's only Chrome that's reporting insecure resource from that page but when I used Chrome Developer tools and Firefox HttpFox addon trying to detect all the requests that were going through I couldn't find any resource that's downloaded via HTTP.