By admin629987
I got my free ssl at startssl.com and it works really fine. My site is working with https://. After I configure LAMP and VSFTP and broke something in there, I decided to re-install UBUNTU 12.04 OS to wipe out all the configurations and unnecessary thing i made in there.
Following the same procedure as I was configuring it before and added the same
SSLCertificateFile /etc/apache2/ssl/ssl.crt
SSLCertificateKeyFile /etc/apache2/ssl/private.key
SSLCertificateChainFile /etc/apache2/ssl/sub.class1.server.ca.pem
When I restart the apache2 it showed FAILED instead of OK. I immediately run this command cat /var/log/apache2/error.log and found out the error Failed to configure CA certificate chain!.
I followed this post http://serverfault.com/questions/228485/failed-to-configure-ca-certificate-chain but still no luck.
BTW, I configured my VPS like this tutorial https://www.digitalocean.com/community/articles/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps and it works so fine before i re-install my OS.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Does <code>/etc/apache2/ssl/sub.class1.server.ca.pem</code> exist? Try overwriting it with the latest copy from StartSSL: <pre>wget -O /etc/apache2/ssl/sub.class1.server.ca.pem https://www.startssl.com/certs/sub.class1.server.ca.pem</pre>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.