SSL certificate not fully complete
I followed the tutorial from linode's Youtube channel video tutorial in order to enable a free ssl certificate from certbot :
https://youtu.be/WPPBO-QpiJ0
While the connection through https is fully functional, it's still telling me that that the connection is not secure : "Parts of this page are not secure (such as images)"
Any idea how to resolve this issue ?
Here's my website: hassanalimusic.xyz
4 Replies
I used this guide for Ubuntu 20.04 and it worked fine.
https://www.linode.com/docs/guides/enabling-https-using-certbot-with-apache-on-ubuntu
I tried to follow this guide but unfortunately nothing changed
Parts of this page are not secure
Assuming your certificate is set up correctly, this suggests that somewhere in your page’s content, you are loading a resource over HTTP, not HTTPS.
Check all your img, link and script tags; make sure they pull content from https:// not http://
Well I finally got it to work using the Really Simple Ssl plugin from wordpress!