Results 1 to 10 of 10
  1. #1
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default IE6 security alert - redirected to non secure connection

    Hey there, having a wee problem with ssl nonssl, but it only seems to be a problem in IE6

    If I go to my main page (in IE6) and click on login it brings me to the login page where I type in my username and password and then click login. At this point I get the error message: security alert - you are about to be redirected to a connection which is not secure.

    I know this has got something to do with ssl's and I read elsewhere that this occurs mostly where there is a hard coded link.

    in my tpl_header I have this link for the login:
    <a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>" rel="nofollow"><?php echo HEADER_TITLE_LOGIN; ?></a>

    I thought maybe it was because of the SSL, but I changed that to NONSSL and it still threw up that error.

    I'm a bit confused about what to do next.

    If anybody had any suggestions I'd be really grateful.

    my site is http://www.bigmenslargeclothes.co.uk username- test AT gmail DOT com password-testing

  2. #2
    Join Date
    Feb 2009
    Posts
    166
    Plugin Contributions
    0

    Default Re: IE6 security alert - redirected to non secure connection

    Don't mess around with the header file.

    I'm using IE6 and I don't get any error on your SSL login page, it works fine. Empty your browser cache and try it again.

  3. #3
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default Re: IE6 security alert - redirected to non secure connection

    I have done (ctrl F5? right?) a bunch of times. I always get the error. hummmm...

  4. #4
    Join Date
    Feb 2009
    Posts
    166
    Plugin Contributions
    0

    Default Re: IE6 security alert - redirected to non secure connection

    Quote Originally Posted by zubenubi View Post
    I have done (ctrl F5? right?) a bunch of times. I always get the error. hummmm...
    I dunno about a shortcut. I clear it in Control Panel > Internet Settings

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: IE6 security alert - redirected to non secure connection

    The login link you show is not hard-coded; "hard-coded" means a plain <a href="http://yourdomain.com/whatever".

  6. #6
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default Re: IE6 security alert - redirected to non secure connection

    Quote Originally Posted by slomojojo View Post
    I dunno about a shortcut. I clear it in Control Panel > Internet Settings
    I went into controlPanel>internet options and deleted all internet history, browsing history, temp files, cookies etc... but still I get this error?!?

    I think it's something to do with that when you click the login button it's going from:
    https://www.bigmenslargeclothes.co.uk/login - with the httpS
    to
    http://www.bigmenslargeclothes.co.uk

    but if I haven't hard coded any links then how come it doesn't stay httpS?

  7. #7
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default Re: IE6 security alert - redirected to non secure connection

    Hey there, I'm still struggling with this. I've tried it on a couple of different machines now all through ie6 and I'm still getting the error so it must not be anything to do with my browser cache.

    I just don't get why it goes from https on the login page to http after you click login. I've checked on a couple of other zencarts too and they stay on https when you login but I'm buggered if I can figure out why this one doesn't. I haven't made very many changes to how it runs - only really how it looks and I wouldn't have touched anything that I didn't understand.

    If anyone is kind enough to help me my site is at http://www.bigmenslargeclothes.co.uk
    and to test to see what i mean you can try logging in (using ie6) with
    username- test AT gmail DOT com
    password-testing

  8. #8
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: IE6 security alert - redirected to non secure connection

    It's nothing to do with Zen Cart and neither is it anything to do with the version of IE you are using.

    Under Tools --> Internet Options -->Advanced there is a setting which says something like "Warn if being redirected to non-secure url", which you have ticked. You just need to untick it again.

    Vger

  9. #9
    Join Date
    Feb 2009
    Posts
    166
    Plugin Contributions
    0

    Default Re: IE6 security alert - redirected to non secure connection

    Yeah, Vger's right. I mis-read your first post. I thought you were getting an unsecured objects warning on a secure page. That's a common issue with IE6, and what all those posts referring hard coded links are about.

    The warning you're talking about is when you switch between secure (https) and non-secure (http) pages. That warning's on by default and can be turned off under the advanced tap, like vger said.

    The bottom line is, your SSL is working correctly. Nice looking site, BTW.

  10. #10
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

    Default Re: IE6 security alert - redirected to non secure connection

    Quote Originally Posted by Vger View Post
    It's nothing to do with Zen Cart and neither is it anything to do with the version of IE you are using.

    Under Tools --> Internet Options -->Advanced there is a setting which says something like "Warn if being redirected to non-secure url", which you have ticked. You just need to untick it again.

    Vger
    Quote Originally Posted by slomojojo View Post
    Yeah, Vger's right. I mis-read your first post. I thought you were getting an unsecured objects warning on a secure page. That's a common issue with IE6, and what all those posts referring hard coded links are about.

    The warning you're talking about is when you switch between secure (https) and non-secure (http) pages. That warning's on by default and can be turned off under the advanced tap, like vger said.

    The bottom line is, your SSL is working correctly. Nice looking site, BTW.
    Hi guys, thanks for the replies. And thanks slomojojo for the compliment.

    If the default setting is for a warning to appear then is it possible for me to not switch between https and http?

    In other zencarts I have tested this in it doesn't move from https to http when you login. My cart is a version 1.3.7 and i've checked other 1.3.7 carts

    is there a setting somewhere in some file?

    thanks

 

 

Similar Threads

  1. Authorize.net SIM v1.3.9h Secure/Non-Secure content error
    By KevinH in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 6 Oct 2012, 05:15 PM
  2. This page contains both secure and non-secure items?
    By doubletiger in forum General Questions
    Replies: 2
    Last Post: 11 Sep 2010, 01:16 PM
  3. Replies: 2
    Last Post: 26 Sep 2008, 07:10 AM
  4. Security prompts "your site contains non secure elements"
    By jrb1512 in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 16 Dec 2006, 10:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR