• Hi! I recently added SSL to my store and both chrome and firefox showed a warning besides the HTTPS. I deactivated all plugins and activated back one-by-one. Weird enough, firefox now shows a grey lock, which is the correct thing to show. Although, chrome still shows a yellow triangle inside the lock… The message is:

    The site uses SSL, but Google Chrome has detected insecure content on the page. Be careful if you're entering sensitive information on this page. Insecure content can provide a loophole for someone to change the look of the page.

    This looks soooo bad for an online store. I need to fix it, but don′t know where to begin.

    The checkout page is only accessible if there′s something on the cart. You may use this item to simulate a buy and then go to the checkout page: https://www.vestdfit.com.br/produto/calorias-entram-calorias-saem

Viewing 2 replies - 1 through 2 (of 2 total)
  • This error appears because there is an item in the page that is being requested via HTTP (not secure) on a secure page.

    A quick look using the Developer Tools (network tab) in Chrome, it looks like the checkout page is trying to load this URL:
    https://www.vestdfit.com.br/loja/minha-conta/carrinho

    Looking at the code, I see it in an array of parameters in this javascript variable:
    var wc_add_to_cart_params

    Replacing the URL with HTTPS (along with any other images, fonts, stylesheets, embedded objects, etc.) that are HTTP will resolve the warnings.

    Shawn

    Thread Starter Rafa Carvalhido

    (@rafacarvalhido)

    Hey Shawn, thanks for answering.

    But it didn′t make much sense to me. The page you mentioned is on my own website…

    But anyways, I just made the cart (the page you linked) SSL also and it′s still showing grey lock on checkout (and cart) page.

    Do you know how can I find out what′s causing it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘https showing grey lock’ is closed to new replies.