That is not very much information but one possible reason
I can think of from the top of my head (I'm no guru) is this.
Make sure you're connecting with ssl and not http. Most
browsers need to have https:// specified as far as I know.
Trying to connect to http://www.example.com:443/ will not
work since it's trying to connect with http protocol on a
server only allowing ssl-protocol (they are completely
different).
SSL establishes connection and then HTTP is tunneled
inside of the SSL protocol.
 
Just a thought.
 
Kind regards
/Daniel
 
----- Original Message -----
From: Cosmin
Sent: Monday, July 11, 2005 1:50 PM
Subject: errors

Hi,
I'm tring to configure apache with mod_ssl and I get some weird errors:

[Mon Jul 11 14:53:10 2005] [error] mod_ssl: SSL handshake failed (server www.example.com:443, client 192.168.1.2) (System and OpenSSL library errors follow)
[Mon Jul 11 14:53:10 2005] [error] System: Permission denied (errno: 13)
[Mon Jul 11 14:53:10 2005] [error] OpenSSL: error:81086072:lib(129):func(134):reason(114)
[Mon Jul 11 14:53:10 2005] [error] OpenSSL: error:81095076:lib(129):func(149):reason(118)
[Mon Jul 11 14:53:10 2005] [error] OpenSSL: error:1408B005:SSL routines:SSL3_GET_CLIENT_KEY_EXCHANGE:DH lib

Does anybody know what I'm doing wrong. Please help
My server configuration:
 - Apache/1.3.33 (Unix, Solaris)
 - mod_ssl/2.8.22
 - OpenSSL/0.9.7d
  • errors Cosmin
    • Re: errors Daniel Kimblad

Reply via email to