• First, let me say that on firefox, it also shows a grey lock, but it´s what it´s expected. On chrome should be a green lock.

    I got the source code for the page and there are 52 occorences of http, although, most of them are href=”http…blablabla. The ones that are not href are:

    <!--[if lte IE 9 ]><html class="ie lt-ie9" lang="pt-BR" prefix="og: http://ogp.me/ns#"> <![endif]-->
    <!--[if (gte IE 9)|!(IE)]><!--><html lang="pt-BR" prefix="og: http://ogp.me/ns#"> <!--<![endif]-->
    
    var login_redirect_url = 'http://www.mysite.com';
    
    <meta property="og:url" content="http://www.mysite.com/cart" />
    
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    
    /* <![CDATA[ */
    var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","ajax_loader_url":"\/\/www.mysite.com\/wp-content\/plugins\/woocommerce\/assets\/images\/ajax-loader@2x.gif","i18n_view_cart":"Ver carrinho","cart_url":"http:\/\/www.mysite.com\/shop\/cart","is_cart":"1","cart_redirect_after_add":"no"};
    /* ]]> */

    By the looks of it, why would chrome not be showing a green lock?

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