|
Hello.
I found a message in google where you explain your
problem with HTTPS and MS IE.
I´m facing the same problem: NavigationCancelled
message.
How did you correct this problem?
Thanx,
Tiago Vaz, Brasil.
Thanks for the replies, hopefully this should give you a bit
more information about the problem...
The problem occurs when we try
and connect to our site via SSL (HTTPS).
When running our site though
HTTPS, when pressing submit buttons or links that post to the server, after
maybe 2 or 3 times we get the following warning message
box.
"Downloading non-secure content from a secure web (yes, no, more
info buttons)"
if Yes is pressed we receive a "The page cannot be
displayed" page.
if No is pressed we receive a blank white page with
"NavigationCancelled" on the top left hand corner.
Also when this
occurs the browser doesnt even seem to connect to the server, and a quick tap
of the Back and Forward buttons on the browser usually means the post hits
the server and normal service is resumed for a while
This error
happens intermittantly, with no dissernable pattern e.g. sometimes it will
take 5 or 6 posts to appear, other times it wil happen after 1 or 2, and
can happen on any of the pages that post back to the server.
This
error only appears on Internet Explorer, not on Netscape.
This error can
be worked around client side by either unchecking the ...
"show friendly
HTTP error messages" (Tools | Internet Options | Browsing section) or by
unchecking the "Use SSL 3.0" (Tools | Internet Options |
Security section)
...but this is an unacceptable solution for my boss
=(.
To cure this problem we have tried several things already on the
server side including (using ModSSL with Enhydra \ apache)...
-
Setting the SSL Cache variable higher
SSLSessionCache(512000)
-
switching off SSLv3 in the server config
SSLProtocol all -SSLv3
-
Detecting when a MSIE connects to the server and removing the "keep
alive" command for this instance
SetEnvIf User-Agent ".*MSIE.*"
\
nokeepalive ssl-unclean-shutdown
\
downgrade-1.0 force-response-1.0
- Tried specifiying which cipher
encryption to use to work around the known export 56k IE
bug
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
I am very
quickly running out of solutions to try to cure this problem so any new ideas
\ solutions would be very greatly appreciatted
=)
Cheers
Barry
|