I followed these instructions to import my GoDaddy SSL certificate into Spiceworks:
http://community.spiceworks.com/how_to/show/3267-create-new-public-ssl-certificate-for-spiceworks
However, I had a problem with Step 9:
**********************************************
Edit httpd.conf
Open httpd.conf from C:\Program Files (x86)\Spiceworks\httpd\conf in a text editor.
Scroll down to the block that contains SSL information.
After the SSLCertificateKeyFile line, add this:
SSLCertificateChainFile "ssl/ssl-intermediate.pem"
Save and close the file.
**********************************************
For some reason, after making the above change, Spiceworks is unable to start. Without following step 9, everything works perfectly and my GoDaddy SSL certificate is recognized. (Web browsers no longer complain about an invalid security certificate.)
I have tried repeatedly to modify HTTPD.conf as per the instructions, but it always seems to break my instance of Spiceworks.
Can anyone explain what is going on here?
Does Step 9 not apply to everyone? Can I just exclude Step 9 and carry on- as everything seems to be working?
Any suggestions appreciated!