Report this

What is the reason for this report?

Problem with Installing SSL on Ubuntu 14.04

Posted on August 26, 2015

Hi, I’m trying to install ssl on my ubuntu 14.04 apache2 droplet using this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority

I have downloaded all files from godaddy and uploaded them in etc/ssl and my apache2/sites-available is exactly like tutorial:

<VirtualHost *:80>
ServerName xxxxxx.com
Redirect permanent / https://xxxxxx.com/
</VirtualHost>

<VirtualHost *:443>
ServerName xxxxxx.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
SSLEngine on
SSLCertificateFile /etc/ssl/xxxxxx.com.crt
SSLCertificateKeyFile /etc/ssl/xxxxxx.com.key
SSLCACertificateFile /etc/ssl/intermediate.crt   

ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined 
</VirtualHost>

But when I go to to my website i get “This webpage has a redirect loop” message on chrome!



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey, I don’t know much about ssl, But I want to say You can not get any solution until 7days from here. I’m also harass nobody here to help except confusing you.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.