starting apache with ssl segfaulting

Installing, Configuring, Troubleshooting server daemons such as Web and Mail
Post Reply
dg72
Posts: 1
Joined: 2007/07/12 10:05:38

starting apache with ssl segfaulting

Post by dg72 » 2007/07/12 10:13:24

Hi there,

I'm having problems to start apache with mod_ssl enabled - I always get segmentation fault. Starting without ssl is ok.
all I get in the log is this:
Wed Jul 11 20:46:04 2007] [info] Loading certificate & private key of SSL-aware server
[Wed Jul 11 20:46:04 2007] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Wed Jul 11 20:46:04 2007] [info] Configuring server for SSL protocol
[Wed Jul 11 20:46:04 2007] [debug] ssl_engine_init.c(405): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
[Wed Jul 11 20:46:04 2007] [debug] ssl_engine_init.c(601): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA
:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Wed Jul 11 20:46:04 2007] [debug] ssl_engine_init.c(729): Configuring RSA server certificate
[Wed Jul 11 20:46:04 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Jul 11 20:46:04 2007] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server n
ame!?
[Wed Jul 11 20:46:04 2007] [debug] ssl_engine_init.c(768): Configuring RSA server private key

I have tried to start it with self-signed certificate from local CA, and also with certificate from our windows CA - same results. Certificate seems to be ok, openssl verifies it as OK, CA is trusted.

Any thoughts? TIA,
D.

Post Reply