Question
How to Set Up Cloudflare SSL with Digitalocean Droplet ?
I enabled SSL on Cloudflare. I have correctly configured the DNS.
But when I visit my site with ssl (https://paidurls.com) & I get CSS Errors
Also I want to completely move to https rather than http
Please help me
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.
×
Instead of using http:// or https:// you can just use // in front of your absolute links and the browser will automatically use whichever protocol is being requested.
Like this:
//example.org/css/style.css
If you are using WordPress, download the CloudFlare plugin and it will change the links for you.