Hi,

Im sorry if this has already been covered, but I have searched and failed to
turn up anything on the subject (although Im new to this sort of thing so
not 100% sure on where to look).

I am running Apache/1.3.20 (Unix) PHP/4.0.6 mod_ssl/2.8.4 OpenSSL/0.9.6a on
FreeBSD 4.4-STABLE and am having problems with a secure site Im running.
Most of the time it works fine, but sometimes IE (versions 4, 5, 5.5, 5.5
Sp2 and 6) returns a 'Page not found' error, which goes away when refreshed.
It seems to happen every now and then, it can be different pages and
different client machines running different versions of windows.  The only
thing I have noticed is that IE6 seems to get the problem less, but that
could just be chance.  Below is the error I get in my apache log files for
the server:

[Thu Nov 29 11:35:25 2001] [error] mod_ssl: SSL handshake interrupted by
system [Hint: Stop button pressed in browser?!] (System error follows)
[Thu Nov 29 11:35:25 2001] [error] System: Connection reset by peer (errno:
54)

I know that the stop button hasnt been pressed, so any ideas what is
happening?  The site makes heavy use of PHP4 and MySQL connections, and is
only used by a handfull of people at the moment.  I have a 40-bit (I think)
certificate from BT Trustwise.  We have only had this problem sinced we
moved over to a secure site (on the same machine).

Below are a few lines from my httpd.conf file that may be helpfull:

<-snip->

Listen 443
Listen 80

<-snip->

NameVirtualHost *

<VirtualHost *:80>
  ServerAdmin [EMAIL PROTECTED]
  DocumentRoot /home/fsoa/public_html
  ServerName www.fsoa.co.uk
  ErrorLog /home/fsoa/logs/error_log
  TransferLog /home/fsoa/logs/access_log
</VirtualHost>

<VirtualHost *:443>
  ServerAdmin [EMAIL PROTECTED]
  DocumentRoot /home/fsoa/secure_html
  ServerName secure.fsoa.co.uk
  ErrorLog /home/fsoa/logs/secure_error
  TransferLog /home/fsoa/logs/secure_access
  SSLCertificateKeyFile conf/ssl.key/server.key
  SSLCertificateFile conf/ssl.crt/server.crt
  SSLEngine on
</VirtualHost>

<-snip->

Any help at all would be appreciated, even if its just telling me other
places I might be able to find info on this.

Thanks,

Stuart Butcher, Newleaf Ltd
-------
E-Mail  -  [EMAIL PROTECTED]
Website -  http://www.newleaf.co.uk/

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to