Really hope someone can shed some light on this problem:
The URL of the website is www.deweys.com
Users are telling us that they navigate the site just fine, but when they hit certain pages they get server not found errors. Sometimes, when they hit 'back' or 'refresh' they can then get the page to display. These pages all happen to be served by our SSL server, so we think it is an SSL problem. The error only occurs in Internet Explorer, and the majority of the users seem to be using AOL as an ISP, but not all. We can recreate the problem, but not consistently. When I use IE 5.5 I generally have no problems, but I have gotten the error twice. When we use IE 5.0 the problem occurs often.
The microsoft support page has a case that seems to apply, the URL is :
http://support.microsoft.com/support/kb/articles/Q181/1/47.ASP?LN=EN-US&SD=gn&FR=0&qry=ssl%20error&rnk=2&src=DHCS_MSPSS_gn_SRCH&SPR=IE
My questions are:
Is there anything we can do on our end (programming or server settings), short of asking all our users to select certain settings?
Why do we experience these problems when other SSL servers do not?
What exactly do we need to tell our users to do, if that is the only option?
Other information that might be helpful:
The "shop" application is an open source solution called PHPShop (www.phpshop.org) written in php3, modified extensively by us.
The shop uses http GET and POST variables as well as cookies.
The insecure server is Apache1.3.9 , the secure server is Apache1.3.12, the OS is RedHat Linux 6.1
The secure server uses mod_ssl which is based on OpenSSL.
Thanks again for your help; any suggestions you have will be greatly appreciated.
Brant