I've successfully compiled Apache with SSL support from the SSLeay library,
but when I try to connect to the server with Netscape, nothing happens.
The server is up and running, but it sends nothing to the web browser. The
server error log gives the message:
SSLaccept failed
My guess is that this has something to do with the browser not accepting
the servers identification (I used SSLeay to set up my own CA), but I did
successfully load the CA information into Netscape, and created the
required certificate files. Here is the SSL info. from my httpd.conf
SSLCACertificatePath /my/directory
SSLCACertificateFile /my/directory/cacert.pem
SSLCertificateFile /my/directory/httpsd.pem #has private key appended
SSLVerifyClient 0
SSLVerifyDepth 10
Thanks for any help,
Willis Redd