Installing a SSL certificate in 10.3.9 - I totally cant do it.

I have followed the instructions to the letter here:
http://developer.apple.com/server/security_ssl.html
and still I cannot start WEB after installing the certificate. The logs show various errors as shown below:

[Thu Jan 22 11:10:17 2009] [warn] module mod_WebObjects.c is already added, skipping
[Thu Jan 22 11:10:17 2009] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Thu Jan 22 11:10:17 2009] [error] mod_ssl: Init: (www.website.co.nz:16080) Ops, no RSA or DSA server certificate found?!
[Thu Jan 22 11:10:17 2009] [error] mod_ssl: Init: (www.website.co.nz:16080) You have to perform a full server restart when you added or removed a certificate and/or key file
[Thu Jan 22 11:10:22 2009] [error] mod_ssl: Init: Pass phrase incorrect (OpenSSL library error follows)
[Thu Jan 22 11:10:22 2009] [error] OpenSSL: error:0D07207B:asn1 encoding routines:ASN1 getobject:header too long
[Thu Jan 22 11:10:27 2009] [error] mod_ssl: Init: Pass phrase incorrect (OpenSSL library error follows)
[Thu Jan 22 11:10:27 2009] [error] OpenSSL: error:0D07207B:asn1 encoding routines:ASN1 getobject:header too long
[Thu Jan 22 11:13:13 2009] [error] mod_ssl: Init: Pass phrase incorrect (OpenSSL library error follows)
[Thu Jan 22 11:13:13 2009] [error] OpenSSL: error:0D07207B:asn1 encoding routines:ASN1 getobject:header too long


I can't understand why I keep getting pass phrase incorrect when I followed the document exactly and I have only one passphrase and it's been the same all the way through.

I hope someone can help because I'm going nuts here.

Apple, Mac OS X (10.4.11)

Posted on Jan 21, 2009 3:19 PM

Reply
5 replies

Jan 21, 2009 4:08 PM in response to mwalford

10.3 has a huge issue with password protected ssl certs. Most of the issues surround the failure to properly use /etc/http/getsslpassphrase but there are other issues as well. Basically, Server Admin is useless for the configuration of virtual hosts using ssl certs. Use the apachectl command from terminal to start and stop apache and hand enter your ssl cert when prompted.

sudo apachectl start
sudo apachectl stop
sudo apacheclt graceful

Just remember that a reboot of your server will result in Apache failing to start. So plan accordingly and be prepared to manually start web services after a reboot.

Hope this helps - good luck keeping 10.3.9 running

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Installing a SSL certificate in 10.3.9 - I totally cant do it.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.