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!
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.
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.