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