Forum Moderators: open
System 1: Web Server
Platform: OpenBSD v3.0 i386
Web Daemon: Apache HTTPD v1.3.19
Apache Modules: mod_ssl, PHP 4.1.1, mod_auth_mysql (used to authenticate to web site using MySQL database).
OpenSSL: 0.9.6b [engine] 9 Jul 2001
SSL Certificate: RSA using DES Cipher 3
System 2: Database Server
Platform: OpenBSD v2.9 i386
Database: MySQL v11.15 Distrib 3.23.37
I believe I've mentioned everything that you may need to know. If you have any suggestions or know of someone that can help please let me know. This issue is becoming a big problem and I need to get this resolved as soon as possible.
Thanks!
> For some odd reason if you are using Internet Explorer v5 to latest on Windows '95/'98/2000 it shows the default IE page "page cannot be displayed" when referencing my web site.
Are you following a link from your favorites? I have also found this issue using IE6 but only when following from my Favorites list.
My cert was with Thwart and they had a section on there site about it. I would check with your Cert company.
pageoneresults
The links that are being followed are followed directly from my web site and the "page cannot be displayed" error message appears on both secure and non-secure pages (at least from what I can tell).
NFFC
The cookie is not 100% required per-say. It just keeps track of the session if it disapears a new one is created or if cookies are not possible it tracks them on the server. Cookies are only used on the secure section of the web page and not on the non-secure side.
David
I use Apache so I can't see how IE is having a problem with that. To my knowledge Apache only has a problem with IBM's WebSphere. You can surf thousands of other web sites running Apache and you do not experience the anonying "Page cannot be displayed" message.
BTW, my certificate is self signed. We do not require authoirty to sign the certified since the users of our web site are our representatives. Do you think self signing the cert might be an issue?
This happens to me quite often also. Win2K, IE6. I find it happens a lot when I attempt log on to my credit card site. The symptom is an immediate Page cannot be displayed error message - As if it didn't even make the request.
bobriggs
I don't believe this is it. The error occurs on IE 6 (current) as well and it occurs randomly.. not just the initial page. Also I do not receive a SSL timeout. It's just a "page cannot be displayed" default error message page by IE. I can post (if I'm allowed to/can) a image of what I mean.
And I also can find a lot of stuff like this:
..SSL certificate, I sometimes have to reload my page .. [cobalt-knowledge.sun.com]
Thanks!
Try this everyone if you wouldn't mind. Log in to the secure area using the below credentials (account will only be valid for a limited time).
ID: vguest
PW: zT23va0J
Note: Password is case sensative.
[modssl.org...]
Can you tell me if you are any closer to solving this? Are you aware if DNS caching issues in IE 6? where IE6 caches unsuccessful DNS lookups?
We cannot catch this fly and it's very frustrating. We are IIS & ASP, though and if you are having the same issues with Apache - PHP, maybe we need to look closer at things like the load balancer and firewall.
Looks like once again IE is at fault on how it handles SSL and HTTP 1.1. This now brings more concerns and questions. Here they are...
1. What are the drawbacks of forcing an IE user to use HTTP 1.0 protocol and not having keeplive on?
2. Is there a patch to fix SSL and HTTP 1.1 protocols in IE? Seems to me these issues have been around since IE 2.0 or 3.0. I thought they were resolved and such issues are suppose to be no longer present in IE 5+???
3. Where would I go to get a more detailed understanding of what the modssl FAQ talks about? I want to know what each command/parameter does (i.e. ssl-unclean-shutdown, etc.)?
talentologist
Go to this URL that David provided, [modssl.org ]. If you have any questions let me know.
Unfortunately, the link which David posted does not appear to be active. As a result, I can't read about the fix!
Would anyone who has visted this link be so kind as to explain the resolution or provide an alternative link to the same info? In lieu of this, I would be interested to know if the fix/work-around involves patching or configuring the client's browser. If it does, I would have no choice but to dismiss this a non-viable solution because I have no way of requiring users visiting my site to perform those steps. My hope is that a resolution can be implemented on the server side without the need for user action.
Thanks!
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
You can put that on one line without the "\" continuation character.
Who's starting the email campaign to get this IE bug closed? :)