Hi SSL users, I have a problem with SSLeay and Apache. I am using apache_1.2.5 and SSLeay-0.6.6, and am using the patch obtained from ftp://ftp.ox.ac.uk/pub/crypto/SSL/ (which is where I got SSLeay from too) Machine is HP, uname -a is: HP-UX www2 B.10.20 A 9000/811 2002004269 two-user license The problem is the connection hangs when I attempt to access the Apache server from Netscape (3 and 4, on win95 and unix). I can connect when SSL is disabled, ie, to port 8886 (see below). I have tracked the point where its hung down to int SSL2_accept(s) in ssl/s2_srvr.c. Turning on SSL_DEBUG resulted in state=01 0 PINIT state=2010 0 2GCH_A ie, its waiting for the client to respond. The client has successfully connected to other secure servers. My Apache config file portion relating to SSL is: Port 8887 Listen 8887 Listen 8886 SSLCACertificatePath /home/pads/apache/apache_1.2.5/SSLconf/conf SSLCertificateFile /home/pads/apache/apache_1.2.5/SSLconf/conf/httpsd.pem SSLVerifyClient 0 SSLVerifyDepth 10 SSLLogFile /tmp/ssl.log CustomLog logs/ssl_log "%t %{version}c %{cipher}c %{clientcert}c" <VirtualHost www2.ho.bom.gov.au:8886> SSLDisable </VirtualHost> Hope someone can shed some light on this, Sandy --- Dr Sandy Dance email: [EMAIL PROTECTED] Bureau of Meteorology http://www.cs.mu.OZ.AU/~sandy 150 Lonsdale St, pgp: 90D6B191 finger [EMAIL PROTECTED] Melbourne, VIC 3000, Australia. Wk +613 9669 4395 Fx: +613 9669 4128 +-------------------------------------------------------------------------+ | Administrative requests should be sent to [EMAIL PROTECTED] | | List service provided by Open Software Associates, http://www.osa.com/ | +-------------------------------------------------------------------------+
