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

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

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

    I have an application where I move a user from http to https to http.
    On every move from https to http I get the following popup:

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

    I running on Windows 2000 with IE Version 6 with SP1

    I have tried unticking the following from Tools > InternetOptions > Advanced

    Warn if changing between secure and not secure
    Warn if forms submittal is being redirected

    Does anyone know how to disable this popup?

    Thanks in advance,
    Steve


    Steve Harris Guest

  2. Similar Questions and Discussions

    1. CryptographicException - Bad Data when changing from SSL to no secure connection
      Hi, in a asp-vb.net web application, i have a login page. when i use the login page with http:// url, everything is fine, authentication works....
    2. Secure Connection HTTPWebrequest.
      Hi! Hoping for some help here re client certificates and SSL The following method: ...
    3. The underlying connection as closed: Could not establish secure channel for SSL/TLS
      Ok, I try to communicate with a web service who receive xml message under a https using SSL. I have a directory with 240 XML files on my desktop....
    4. Secure Connection to SQL Server 2000 Database
      I am looking for the options in securing this connection. First option tried A certificate was installed on the remote server and the option...
    5. Secure ftp connection fails
      > I am trying to upload files to a site that requires a secure ftp connection. Do they mean a secure connection through a shell account like you...
  3. #2

    Default RE: You are about to be redirected to a connection that is not secure

    Hi Steve,

    By disabling the two options, the warning message should disappear. On the
    message box, there is a check box "in the future, do not show this
    warning". If you check it, will the message box be pop up again?

    Luke

    [MSFT] Guest

  4. #3

    Default Re: You are about to be redirected to a connection that is not secure

    Hi Luke,

    My version is IE6 SP1 (version 6.0.2800.1106) installed from my MSDN
    subscription discs.
    How do I get the version you are using?

    Steve

    "[MSFT]" <lukezhan@online.microsoft.com> wrote in message
    news:rKYjhjimEHA.2932@cpmsftngxa06.phx.gbl...
    > Hi Steve,
    >
    > Please see the image in the attachment. On my computer, there is indeed a
    > check box. Did this problem occur with all your clients? Currently I am
    > working with IE 6.0 SP1 (version 6.0.3790.0). Is this same as yours?
    >
    > Luke

    Steve Harris Guest

  5. #4

    Default Re: You are about to be redirected to a connection that is not secure

    Hi Steve,

    You may browse to this page to see if you can update your IE:

    [url]http://www.microsoft.com/windows/ie/downloads/critical/ie6sp1/default.mspx[/url]

    Luke

    [MSFT] Guest

  6. #5

    Default Re: You are about to be redirected to a connection that is not secure

    Hi Luke,

    This informs me I have the most recent version already installed.

    Steve


    "[MSFT]" <lukezhan@online.microsoft.com> wrote in message
    news:tiUle2vmEHA.2876@cpmsftngxa06.phx.gbl...
    > Hi Steve,
    >
    > You may browse to this page to see if you can update your IE:
    >
    > [url]http://www.microsoft.com/windows/ie/downloads/critical/ie6sp1/default.mspx[/url]
    >
    > Luke
    >

    Steve Harris Guest

  7. #6

    Default Re: You are about to be redirected to a connection that is not secure

    Hi Steve,

    You can open the registry on your computer and check following keys

    HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet
    Settings\WarnonZoneCrossing
    HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet
    Settings\WarnOnPostRedirect

    What is the value? If the warning is disabled, they should be zero.

    Regards,

    Luke


    [MSFT] Guest

  8. #7

    Default Re: You are about to be redirected to a connection that is not secure

    Hi Steve,

    I aslo reproduce the problem with your code or your site. The warning
    message bos actually was displayed even I has disabled in IE. After further
    research, I found this is a security feature of IE. It only occur after we
    submit a form and we are
    redirected to a non-secure page to handle the request. The warning dialog
    will be displayed. It is a "by design" issue. The only work around is to
    redirect on client side. For example, after handle the request, we can
    write some script code to client like "window.navigate(...)".

    If you have further questions, please feel free to let me know.

    Luke

    [MSFT] Guest

  9. #8

    Default Re: You are about to be redirected to a connection that is not secure

    Hi Steve,

    Did you still have any concern on it? If you need more assistance, please
    feel free to let me know.

    Luke

    [MSFT] Guest

  10. #9

    Default Re: You are about to be redirected to a connection that is not secure

    Luke

    I've encountered the same problem with a C# application which is hosting the
    WebBrowser, even after implementing the IInternetSecurityManager interface
    there doesn't seem to be anyway to prevent this dialog from being displayed.
    Is this true, the application I'm writing is designed to run unattended but
    hits a third party web site which causes this problem so the application
    halts until a user clicks a button.

    Regards


    John Constant
    "[MSFT]" <> wrote in message news:Ftl8N5tnEHA.3636@cpmsftngxa06.phx.gbl...
    > Hi Steve,
    >
    > I aslo reproduce the problem with your code or your site. The warning
    > message bos actually was displayed even I has disabled in IE. After
    further
    > research, I found this is a security feature of IE. It only occur after we
    > submit a form and we are
    > redirected to a non-secure page to handle the request. The warning dialog
    > will be displayed. It is a "by design" issue. The only work around is to
    > redirect on client side. For example, after handle the request, we can
    > write some script code to client like "window.navigate(...)".
    >
    > If you have further questions, please feel free to let me know.
    >
    > Luke
    >

    John Constant Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139