Report this

What is the reason for this report?

I am not able to install my godaddy ssl certificate on my ubuntu server.

Posted on May 15, 2021

As I was following the tutorial https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority. I have tried the same steps as mentioned above many times, but my website hasn’t turned to https. Please help me out with this. I have purchased my ssl from godaddy and want to install it on my apache ubuntu server.



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.

Hello, @cs19150

Keep in mind that installing the SSL Certificate and setup the redirection from HTTP to HTTPS are separate processes.

Once the SSL is installed you can complete the redirection in your .htaccess file or in the virtual host file. Would you mind sharing your virtual host and the .htaccess file as well? Have you tried to set up the redirection in the Vhost as mentioned in the article:

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

Regards, Alex

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.