Hi,

I built httpd-2.2.22 on a RHEL6.2 system with SSL enabled. Then I made a client
to create a connection to httpd but received a handshake failure report.

how I built httpd-2.2.22
=======================
./configure --enable-ssl --enable-so --with-mpm=worker --prefix=$BENCH/apache2

I created a self-signed key, and put under $BENCH/apache2/conf/
=======================
openssl req -new -x509 -nodes -out server.crt -keyout server.key

I attached the output of "openssl s_client -connect webserver:443 -state -debug"

When I connect the client to the server(RHEL6.2), there is no
access_log, no err_log,
nothing added in /var/log/messages, it's very weird.

Any help are highly appreciated!

Thanks,
-Aubrey

Attachment: openssl.log
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to