Announcement

Collapse
No announcement yet.

FEEFO images not secure - not HTTPS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    FEEFO images not secure - not HTTPS

    Hi
    We have just gone HTTPS site wide, which is working quite well.
    Except for the homepage, where we are not getting secure padlock because the FEEFO site feedback is not secure.

    index.html:2248 Mixed Content: The page at 'https://www.mowermagic.co.uk/index.html' was loaded over HTTPS, but requested an insecure image 'http://cdn.feefo.com/feefo/resources/images/rating5.png'. This content should also be served over HTTPS.

    Product pages are getting a secure link from FEEFO.

    Any ideas why these homepage site rating are not coming over secure?

    (The info can be seen at the foot of the page where it says Feefo Our Ratings.

    Cheers
    Jez

    #2
    What version of SD2016 are you using?
    Elysium:Online - Official Accredited SellerDeck Partner
    SellerDeck Design, Build, Hosting & Promotion
    Based in rural Northants

    Comment


      #3
      Hi

      It is 16.0.2

      Comment


        #4
        Hmmm... In 16.0.3 in layout Standard Product Rate Logo Template has:
        Code:
        	<a href="http<actinic:block if="%3cactinic%3avariable%20name%3d%22IsSSLUsedForWholeSite%22%20%2f%3e">s</actinic:block>://www.feefo.com/feefo/viewvendor.jsp?...
        But Standard Site Rate Logo (and Standard Product Rate Logo) has:
        Code:
        	<a href="http://www.feefo.com/feefo/viewvendor.jsp?.....
        So no BlockIf to put is the "s" of https.

        NOTE: This may net be the cause of your problem but seems wrong.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Hi thanks for the message.

          On those layouts I have the blockif's for the "s".

          I notice on my error, the link is http://cdn.feefo.com/feefo/resources/images/rating5.png

          I wonder where this "cdn.feefo.com" is coming from ?

          Comment


            #6
            Anothe thing. All your pages have:
            Code:
            <!-- Canonical Tags -->
            
            
            <link rel="canonical" href="http://www.mowermagic.co.uk" />	<!-- 1 -->
            And then a bit further down:
            Code:
            	<link rel="canonical" href="https://www.mowermagic.co.uk/index.html">
            And another http:// is on code like:
            Code:
            <meta property="og:image" content="http://www.mowermagic.co.uk/acatalog/teclan\img\logo.png" />
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              I wonder where this "cdn.feefo.com" is coming from ?
              Bottom left of your pages is a set of tabs NEWSLETTER, LATEST TWEETS, FEEFO. It's the FEEFO tab that contains all these non https images.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #8
                http://cdn.feefo.com/feefo/resources/images/rating5.png (and the others) puts the green pluses and red minuses on the "Feefo Out Ratings" panel at the bottom left of the page (in the same panel as Newsletter and Latest Tweets)
                Elysium:Online - Official Accredited SellerDeck Partner
                SellerDeck Design, Build, Hosting & Promotion
                Based in rural Northants

                Comment


                  #9
                  Also, all the internal links to your products in that Feefo panel have been generated as http:// as well.

                  I think all this might have something to do with the JavaScript function DisplayFeefoFeedback in the Standard Product Feedback Table layout which uses CatalogURL....

                  My initial thought was it was to do with http://community.sellerdeck.com/showthread.php?t=56966 but Bruce said it was fixed on 16.0.2
                  Elysium:Online - Official Accredited SellerDeck Partner
                  SellerDeck Design, Build, Hosting & Promotion
                  Based in rural Northants

                  Comment


                    #10
                    Thanks for all the info.

                    I may have to remove this for now and log with sellerdeck.

                    Comment

                    Working...
                    X