Announcement

Collapse
No announcement yet.

SSL Problem

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

    SSL Problem

    Hi

    I am getting the following error on my page (os000001.cgi)

    The page at https://www.acacia-masonic-regalia.c...n/os000001.cgi ran insecure content from http://ajax.googleapis.com/ajax/libs.../jquery.min.js.

    I used have the Google+1 button recently, but have removed it, and I think all of the code. I suspect this is something to do with it.

    I have looked through the code on this page, and the template page that it uses, and cannot find it

    Can anyone help please?

    URL http://www.acacia-masonic-regalia.co.uk
    Steve Jordan
    -----------------------------
    Error 404 - Page not found

    Sellerdeck V11.03 - Business - Actinic Payments -
    Sage Accounts 50 V16 2012 Sellerdeck Link

    Acacia Masonic Regalia Masonic Regalia Masonic Forum

    #2
    No fault found. File os000001.cgi is OrderScript.pl and is runs the Checkout. Got all the way to inputting credit card details with no problems.

    It will help if you can exactly describe the steps that create this error as there are many pages in the checkout and you've not said anything about which step is problematical.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman

      It happens on the page directly after clicking the 'Checkout' button from the Shopping Cart - is that what you wanted?

      Tested it in Chrome, Firefox and IE9 all of them bring up a message about insecure content as per previous post.
      Steve Jordan
      -----------------------------
      Error 404 - Page not found

      Sellerdeck V11.03 - Business - Actinic Payments -
      Sage Accounts 50 V16 2012 Sellerdeck Link

      Acacia Masonic Regalia Masonic Regalia Masonic Forum

      Comment


        #4
        Steve,
        I confirm what Norman sees and that all media and resources on the checkout pages are loading from https: so you should not be getting this error message.
        More details, as Norman said, would be required to figure out why you are seeing this message....
        Fergus Weir - teclan ltd
        Ecommerce Digital Marketing

        SellerDeck Responsive Web Design

        SellerDeck Hosting
        SellerDeck Digital Marketing

        Comment


          #5
          Still no error here. Tried the Checkout button after adding to Cart and also the Checkout link in your top banner.

          Try this to locate any code loading jquery: Go to Design / Library / Layouts. Right click the top of the list "Library" and choose Find. Check the Code checkbox, enter jquery as the Search For text and click Find Next Item. Repeat as necessary noting down the Layouts to investigate.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Found it! It's coming from the Cookies Directive Disclosure Script - file 1.4.js which you're loading near the end of your pages. Line in question is:
            Code:
            	s.src = "http://ajax.googleapis.com/ajax/libs/jquery/" + jQueryVersion + "/jquery.min.js";
            Try amending to be:
            Code:
            	s.src = (document.location.protocol == "https:" ? "https:" : "http:") + "//ajax.googleapis.com/ajax/libs/jquery/" + jQueryVersion + "/jquery.min.js";
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Hi Norman

              As ever - spot on with your advice and fix - problem solved

              Many thanks!
              Steve Jordan
              -----------------------------
              Error 404 - Page not found

              Sellerdeck V11.03 - Business - Actinic Payments -
              Sage Accounts 50 V16 2012 Sellerdeck Link

              Acacia Masonic Regalia Masonic Regalia Masonic Forum

              Comment

              Working...
              X