473,320 Members | 1,936 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

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
Nov 18 '05 #1
8 6797
Hi Steve,

As for the problem you mentioned, I've done some tests on both a XP and 2k
box with IE6 SP1, but seems that the
Warn if changing between secure and not secure
option under the
Tools > InternetOptions > Advanced
will work. Have you tried on some other machines?

Also, will the warn pop again if us check the "don't show me ... next
time" option when the first time you meet
the warn dialog?

Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #2
Hi Steve,

Thanks for your followup. It really seems a bit strange. Now, the only
thing I wonder is whether you've applied group policy for the machines so
that the group policy's browser secuirty setting override the individual
machines.
In addition, I'm also consulting some further experts on this currently and
will let you know if I get any new information.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #3
Hi Steven,

I can confirm that there are no group policies in place.

The version of IE 6 SP1 is (6.0.2800.1106).
Is this the version you are testing with?

Regards,
Steve
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:QD*************@cpmsftngxa06.phx.gbl...
Hi Steve,

Thanks for your followup. It really seems a bit strange. Now, the only
thing I wonder is whether you've applied group policy for the machines so
that the group policy's browser secuirty setting override the individual
machines.
In addition, I'm also consulting some further experts on this currently and will let you know if I get any new information.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #4
Hi Steve,

Thanks for your followup. Well, I just got the information that
there was a bug with Asp.Net 1.0 that occurred with the js links generated
for hrefs. Even when there was no transition this dialog would still
appear. Not sured is your problem occuring with a particular ASP.NET web
application or with any sites protected with a SSL link. For example, the
hotmail or Gmail or any other sites ...?

Please feel free to let me know if the above scenario dosn't suit and I'll
do some further consultant. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #5
Hi Steven,

You have posed an interesting question which I have researched at my end.
On my development machine, I installed 1.1 framework and the VS 2003 from
the MSDN discs.

I thought that when I build an application using the VS 2003 I would be
using the 1.1 framework. However this is not true.

The GAC is showing references to 1.0.5... for libraries (like mscorlb) when
it should be 1.1.4....

Using Ildasm to examine the manifest of the apps I'm building shows
references to 1.0.5... for the framework libraries (like mscorlb).

I'm a little unsure how to proceed.

How do I install the 1.1 framework in the GAC?
How do I get VS 2003 to use the 1.1 framework?

Any guidance in this area would be greatly appreciated.

Steve
"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:uI**************@cpmsftngxa06.phx.gbl...
Hi Steve,

Thanks for your followup. Well, I just got the information that
there was a bug with Asp.Net 1.0 that occurred with the js links generated
for hrefs. Even when there was no transition this dialog would still
appear. Not sured is your problem occuring with a particular ASP.NET web
application or with any sites protected with a SSL link. For example, the
hotmail or Gmail or any other sites ...?

Please feel free to let me know if the above scenario dosn't suit and I'll
do some further consultant. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #6
Hi Steve,

The VS.NET2003 will certainly use the 1.1 FRAMEWORK and which will be
required installed before VS.NET2003 installed. and As you mentioned that
the
"1.0.5...." that's exactly the 1.1 framework's version. And this is the
assembly's version rather than the framework's version. You can have a
further check in the VS.NET's property window, at the bottom of it, it will
show the "runtime version" which is v1.1.4322. So don't worry about this:)

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #7
Thanks Steven,

Where does this leave us???

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:3J**************@cpmsftngxa06.phx.gbl...
Hi Steve,

The VS.NET2003 will certainly use the 1.1 FRAMEWORK and which will be
required installed before VS.NET2003 installed. and As you mentioned that
the
"1.0.5...." that's exactly the 1.1 framework's version. And this is the
assembly's version rather than the framework's version. You can have a
further check in the VS.NET's property window, at the bottom of it, it will show the "runtime version" which is v1.1.4322. So don't worry about this:)

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx

Nov 18 '05 #8
Hi Steve,

If the problem is not related to the framework version. Then, is it
particular on your web application or is a common issue? For example, does
this behavior occur only when visisting your web application or any other
web site that protected by security layers?

Also, you can try the same test via some other clients which installed
different OS version such as XP , 2K3...
If you have any other findings, please also feel free to post here. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Samuel | last post by:
Is there anyway to get IE to cache a redirected image? For example, I have an page with the following: <html><body> <img src=http://site1.com/redir.php?id=12> </body></html> The image is...
1
by: eScrewDotCom | last post by:
eScrew Welcome to eScrew! eScrew is eScrew and this is eScrew story. eScrew will tell you eScrew story if you promise eScrew to consider eScrew story as joke. eScrew story is very funny. eScrew...
8
by: eScrewDotCom | last post by:
eScrew Welcome to eScrew! eScrew is eScrew and this is eScrew story. eScrew will tell you eScrew story if you promise eScrew to consider eScrew story as joke. eScrew story is very funny. eScrew...
5
by: eScrewDotCom | last post by:
www.eScrew.com eScrew Welcome to eScrew! eScrew is eScrew and this is eScrew story. eScrew will tell you eScrew story if you promise eScrew to consider eScrew story as joke. eScrew story is...
0
by: eScrewDotCom | last post by:
eScrew Welcome to eScrew! eScrew is eScrew and this is eScrew story. eScrew will tell you eScrew story if you promise eScrew to consider eScrew story as joke. eScrew story is very funny. eScrew...
2
by: Tom | last post by:
1. I drag the sqlDataAdapter and sqlConnection from the tool bar to the web form. It creates automatically: protected System.Data.SqlClient.SqlDataAdapter sqlDataAdapter1; protected...
4
by: Ben | last post by:
Hi, I defined roles in order to deny access for some pages to anonymous users. I tested it by typing the url of a denied page to test the system (http://denypage.aspx). It works (access...
0
by: mccuenpat | last post by:
Currently trying to perform a redirected restore of DB2 database using Netbackup in AIX environment. The restore command completes successfully but the set tablespace commands fail due to no...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.