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 11 of 11

Thread: IE Security Issue pop up

  1. #1
    Lakshmi is offline Junior Member
    Join Date
    Oct 2009
    Posts
    1

    Default IE Security Issue pop up

    Hi All,

    I have a website that has https. When i login to my site from IE, I have a security popping and similarly when i log out from the website, I have a security pop. However, this does not occur in FireFox and Chrome. How do i fix this.

    Thanks for your help.

    Lakshmi

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    This is a browser security warning that is thrown by IE, and only occurs when accessing a secure page that has full references to scripts, images, or otherwise starting with http:// (https://support.aspdotnetstorefront....kbarticleid=79). You can turn this browser warning off in the IE settings (probably not a good idea), but you can't control the browser settings of others browsing your site. Your only options are as follows:
    • View the page via http instead of https (not a good idea if the page really needs to be secure)
    • Do a view source of the page and find all instances of http://...change these to https://
    • Change all links using http:// and switch them to relative links (if the image/link/script) is local to the site
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    ChinaToddm is offline Junior Member
    Join Date
    May 2009
    Posts
    11

    Default My site with same problem

    My site has the same problem I can not find the solution

  4. #4
    sohan is offline Member
    Join Date
    Jun 2009
    Posts
    33

    Default Problem- Secure and Non Secure

    When a customer goes to login within IE they get the 'Security Warning' pop-up appear asking them "Do you want to view only the webpage content that was delivered securely?" This Actually happen when I changed topic page contents.

    how do I stop this happening and make sure that the customer doesn't get this pop-up?

    Sohan

  5. #5
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    "his Actually happen when I changed topic page contents."

    What did you add to the topic? I presume you added an image or script. Please check your topic contents for any http and change it to https

  6. #6
    Bastian33o2 is offline Member
    Join Date
    May 2008
    Posts
    44

    Default https

    I had the same problem and I fixed it by replacing full links with relative links. However, the pop up still shows when a person leaves the cart after placing an order and browses the site. Is there a way to force a user to get out of the https mode when getting out of the cart. If the person is logged in all the browsing occurs in the https mode.
    MultiStore 9.3.1.1

  7. #7
    umclunk is offline Junior Member
    Join Date
    Nov 2007
    Posts
    13

    Default

    I recently cleaned up my site from this problem. To find what items are causing the problems, click "YES" when it asks if you only want to display secure items. Then see what images or whatever are broken on that page. Then, use relative links for the content linkage you can control.

  8. #8
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Is there a way to force a user to get out of the https mode when getting out of the cart. If the person is logged in all the browsing occurs in the https mode.
    See #4 under enabling SSL. You can just set the GoNonSecureAgain appconfig parameter to true to force the site to go back to http:// on pages not requiring a secure channel.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  9. #9
    mbertulli is offline Senior Member
    Join Date
    Aug 2008
    Posts
    243

    Default

    Another nice solution to finding HTTP links on an HTTPS page is to use a product called Fiddler with IE. It will show you all requests for a page in a nice, readable format.
    Matthew Bertulli
    Demac Media
    mbertulli@demacmedia.com
    Custom Web Design & E-Commerce Development
    AspDotNetStoreFront Platinum DevNet Partner
    ----

    Custom Skinning & Design
    Web Services Integration
    Custom Reporting
    Salesforce.com eCommerce AspDotNetStoreFront Integration

  10. #10
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    Matthew, very cool, I use Firefox pretty much all the time, and it has some tools to show this also, but haven't used fiddler much with IE.
    AspDotNetStorefront
    Shopping Cart

  11. #11
    ivan.torres is offline Junior Member
    Join Date
    Dec 2011
    Posts
    2

    Default ie security problem

    hi guys

    can you help me too
    i downloaded Fiddler but i do not know where to look