PDA

View Full Version : [ubuntu] Apache2 and SSL, apache fails on server restart


martink87
November 23rd, 2009, 01:38 PM
Hello!
I'm having a rather annoying issue in Ubuntu server. I'm new to SSL, I installed a self generated certificate just to encrypt the files being sent via the http server.

Ok everything works great, except when the system is restarted apache doesn't work straight away. I need to "killall apache" and then start it with "apache2 start" to enter the passphrase. How can this be done automatically, because it's really annoying to do this every time the server restarts.

Hopefully I was clear enough

Regards

Martin

martink87
November 30th, 2009, 07:20 PM
bump, anyone?

martink87
January 14th, 2010, 09:11 AM
bump for a solution :(

noway2
January 14th, 2010, 09:52 AM
It might be easier for you to recreate your certificate and specify the -nodes option. This will eliminate the password. My reading on the subject leads me to believe that the password was meant to protect against someone with physical access starting the Apache server and or getting the key file(s). If this is not a concern for you, then eliminate the password requirement.