I was able to make it work already (talk about answering your own
questions). What I did was to recompile OpenSSL-0.9.2b. I made a mistake
in recompiling it. This was what I did at first,

# cd openssl-0.9.2b
# ./configure
# make

Obviously this was not the way to do it according to the installation
instructions. It should have been,

# cd openssl-0.9.2b
# make -f Makefile.ssl links
# perl ./Configure gcc
# make

All is well now =)


On Fri, 16 Apr 1999, CATS Administrator wrote:

> 
> I have read through the list about this problem. The way I understood is
> that, if one is using OpenSSL 0.9.2b, this would not be a problem. This
> was what I was hoping for when I was installing Apache-1.3.6 + php-3.0.7 +
> mod_ssl-2.2.8 + OpenSSL-0.9.2b in my FreeBSD 3.1-RELEASE.
> 
> Unfortunately, I encountered this problem. The error_logs shows,
> 
> [Thu Apr 15 10:53:31 1999] [error] mod_ssl: SSL handshake failed 
>  (client 203.172.25.191, server tabaco.cats.edu.ph:443) (OpenSSL library error 
>follows)
> [Thu Apr 15 10:53:31 1999] [error] OpenSSL: error:14094410:SSL 
>  routines:SSL3_READ_BYTES:sslv3 alert handshake failure
> 

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)  www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to