Mac Apache SSL Broke
November 14, 2009 · by Kevin Runde
Well I just spent several hours chasing down a stupid Mac / Apache / SSL update issue.
[error] Server should beSSL-aware but has no certificate configured [Hint: SSLCertificateFile]
So after a lot of bashing my head into the wall saying, but I didn’t change anything, I noticed the version of Apache was update by the last Apple security update. Apache is now version 2.2.13 which changes howSSL configuration works and finally allows separate SSL Configuration per virtual host. This means you have to put your SSL configuration each virtual host too. So I copied the virtual host config section from my /etc/apache2/extra/httpd-ssl.conf into all of my other virtual hosts that use SSL (aka port 443) and now they all work.
-Kevin Runde
Filed in: Team Member Blog Comments (0)
Comments
There are no comments for this entry.