Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Browser Show SSL Issue with Page Resources not Secure

  1. #1
    nharkrader is offline Junior Member
    Join Date
    Mar 2010
    Location
    NYC
    Posts
    25

    Default Browser Show SSL Issue with Page Resources not Secure

    I am receiving a security issue on my browser on page shoppingcart.aspx and throughout the checkout process. The message says "this page includes other resources which are not secure".
    Although the page is using 128-bit encryption, there is something on the page that's causing this warning to appear, which can't be good for visitors to see.
    Anyone with any suggestions, fixes, help?
    Website is http://www.citysouvenirs.com
    Thanks,
    Nathan

  2. #2
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    Must be some images hard-coded with http: instead of relative urls. Checkout references to:

    images/logos/cs-bg.gif
    images/logos/logo-globe.jpg
    and others

    The Media tab on the page info through Firefox will show you which ones.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  3. #3
    webopius is offline Senior Member
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    440

    Default

    esedirect is right, it's caused by all the links to your graphics which you've hardcoded into your page. For example:

    http://www.citysouvenirs.com/images/Logos/cs-bg.GIF

    These need to be changed to

    /images/Logos/cs-bg.GIF

  4. #4
    nharkrader is offline Junior Member
    Join Date
    Mar 2010
    Location
    NYC
    Posts
    25

    Default

    Thanks esedirect and webopius. That cleaned up a lot of the page, however, the security issue remains. The code seems to be correct, there are no src="http anymore. Am I missing something else?

  5. #5
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    What error are you getting now? I'm not getting any in FF or IE
    Last edited by esedirect; 06-09-2011 at 07:08 AM.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  6. #6
    nharkrader is offline Junior Member
    Join Date
    Mar 2010
    Location
    NYC
    Posts
    25

    Default

    esedirect,
    It's cleared up. I think it was my cache the last time. Thanks again!

  7. #7
    nharkrader is offline Junior Member
    Join Date
    Mar 2010
    Location
    NYC
    Posts
    25

    Default

    Thanks esedirect. I was missing my skin's image folder for the credit card icons as well. All is now good! thanks