Submit Your Article Forum Rules

Results 1 to 8 of 8

Thread: Unsecure Redirect Warning

  1. #1
    Junior Member
    Join Date
    Oct 2005
    Posts
    9

    Unsecure Redirect Warning

    Hello All,

    On one of my sites we use a php header to redirect a user to an unsecured "thank you" page after checking out. Since a recent move to a new server this redirect is now generating a very user-unfriendly warning in IE6 every time it takes place. The code is precisely the same, only the server has changed. Has anyone heard of this being a server-specific problem, or a way around it?

    (It happens in IE6, by the way, but not IE7)

    Thanks!

  2. #2
    Junior Member
    Join Date
    Jun 2006
    Posts
    24

    Re: Unsecure Redirect Warning

    Hello,

    Could you give us some more information, such as what the "very user-unfriendly warning" is, and what server OS you are using?

    It sounds like IE is popping up the "You are about to leave a secure site" message, but that shouldn't have anything to do with the server...
    Please read the forum rules on signatures.

  3. #3
    Junior Member
    Join Date
    Oct 2005
    Posts
    9

    Re: Unsecure Redirect Warning

    Certainly. The message reads:

    "You are about to be redirected to a connection that is not secure.

    "The information that you are sending to the current site might be retransmitted to a nonsecure site. Do you wish to continue?"

    The server operates on Linux.

  4. #4
    Junior Member
    Join Date
    Jun 2006
    Posts
    24

    Re: Unsecure Redirect Warning

    This seems to be a browser issue, I can't think of anything on the server that would trigger this error.

    Having said that, perhaps the move to the new server, and the installation of the SSL certificate on that new server, has changed whatever info IE6 had stored about the security of the site and is now triggering the error where it didn't before?

    The best way around it is to have your confirmation/error pages on the secure connection as well, with a continue button explaining that the user is about the leave the secured site so that they understand (maybe) what is happening when the IE6 dialog box pops up.
    Please read the forum rules on signatures.

  5. #5
    Senior Member
    Join Date
    Jun 2004
    Posts
    237

    Re: Unsecure Redirect Warning

    Why not just have a secure thank-you page? Most elegant answer.
    :not_the_usual1
    [you decide]
    ________________
    All in my opinion, which, when combined carefully with a $1 bill, gets you a cup of coffee at the corner store.

  6. #6
    Senior Member khurramali's Avatar
    Join Date
    Aug 2005
    Location
    Karachi Pakistan
    Posts
    606

    Re: Unsecure Redirect Warning

    browser issue, ie trying to act smart and just trying to make you believe they are doing their best to protect you from all the bad stuff on the internet. One of which by the way is Redirecting a user to another page or website.

    I agree with Nottheusual1, do that.

  7. #7
    WebProWorld MVP Clint1's Avatar
    Join Date
    Jun 2003
    Location
    Sitting down in a chair
    Posts
    2,585

    Re: Unsecure Redirect Warning

    Quote Originally Posted by studiokraft View Post
    This seems to be a browser issue, I can't think of anything on the server that would trigger this error.

    Having said that, perhaps the move to the new server, and the installation of the SSL certificate on that new server, has changed whatever info IE6 had stored about the security of the site and is now triggering the error where it didn't before?

    The best way around it is to have your confirmation/error pages on the secure connection as well, with a continue button explaining that the user is about the leave the secured site so that they understand (maybe) what is happening when the IE6 dialog box pops up.
    Yes, this just the way IE settings are set. There's an option to "warn if being redirected" regarding secure/non-secure pages and if that is unchecked you won't get the warning.
    God Bless,
    -Clint
    (Join Date: 2003)

  8. #8
    Junior Member
    Join Date
    Dec 2003
    Posts
    28

    Re: Unsecure Redirect Warning

    That message is generated if the page you are has a certificate, and the user is being redirected to a page that does not have a certificate. It will even come up with that message if the page is secure, but an image or images on it are in a directory without a certificate.

    M. A. Woodman
    Welcome to the wedding website Thinkwedding.com!
    webmaster,theweddingplace.com

Similar Threads

  1. .htaccess, can I redirect a redirect?
    By T-G in forum Google Discussion Forum
    Replies: 3
    Last Post: 01-25-2009, 09:28 PM
  2. 301 redirect - which is best
    By groenie in forum Search Engine Optimization Forum
    Replies: 8
    Last Post: 10-07-2004, 05:46 AM
  3. 301 redirect and PR
    By mantawebsolutions in forum Search Engine Optimization Forum
    Replies: 0
    Last Post: 10-07-2004, 02:46 AM
  4. Need some suggestions...www.CurrenTChaoS.Tk&www.UnSecure
    By Remaker in forum Submit Your Site For Review
    Replies: 1
    Last Post: 11-04-2003, 03:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •