Hi!
My Hosting provider does not support Let’s Encrypt Certificates.
But I found an installation guide that worked almost perfect for me.
The article I am referring to can be found here:
I didn’t run any commands myself. Instead I used the following plugins:
WP Encrypt
Really Simple SSL
SSL insecure content fixer
I’d appreciate any suggestion.
Thank you
Please fill out the fields below so we can help you better.
My domain is:
ekeen.press
I ran this command:
none
It produced this output:
My web server is (include version):
cpsrvd 11.58.0.49
The operating system my web server runs on is (include version):
libmysql - 5.1.73
My hosting provider, if applicable, is:
namecheap
I can login to a root shell on my machine (yes or no, or I don’t know):
I don’t know
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
no
If you do have a site with images and then can’t see them after turning on HTTPS, it might be because of mixed content blocking.
(However, blocking insecure images isn’t a default behavior in popular browsers; they’re considered “passive mixed content”. Someone would probably have to opt in to this more aggressive form of mixed content blocking in the browser.)
A helpful testing tool to diagnose mixed content problems is at
Thank you for responding.
Yes, the site has many images. That’s the point…
Not even the themes images or logos of the plugins I use are being shown after following the guide posted above.
The front page had two sliders at the top that turned black completely. I had to disable them for now.
And above every post listed, there should be an image as well.
Among various other functions, the following are directly from your site:
function disableSelection(target)
{
//For IE This code will work
if (typeof target.onselectstart!="undefined")
target.onselectstart = disable_copy_ie;
//For Firefox This code will work
else if (typeof target.style.MozUserSelect!="undefined")
{target.style.MozUserSelect="none";}
//All other (ie: Opera) This code will work
else
target.onmousedown=function(){return false}
target.style.cursor = "default";
Thank you schoen.
I have used the ssl checker recommended in the article.
This is the result:
Done. Total pages crawled: 8
No issues found
The article is suggesting that the broken content might point to http and should be changed to https.
Unfortunately, this is not the case. All links in the media library point to https. Yet no images are displayed in the library (I am using Wordpress, by the way).
Also the theme’s images and plugin logos are also broken.
I have the latest version of Mozilla installed.
I followed the link you posted at the end:
I know very few about coding and programming (you might have already noticed that ;).
Can the issue be related with the themes css ? Or is there anything I can do by making changes through my cpanel? After all the images should be there somewhere, right?
But how did that happen?
Did you have a chance to read the article I posted at the beginning?
I have no idea what I did to delete the images from the server by following the guide. After all, the plugins did most of the job. I only had to download the certificate’s files and paste them into the plugin wp encrypt.
I did a backup before starting to install let’s encrypt.
Could I undo the site’s encryption and try it a second time by doing anything different?
Oh, ok.
You might be right. Deactivating it doesn’t work. Any suggestions here?
Thanks a lot, again! This plugin is a variable I didn’t think of at all…
But the site must be doing something special with the images…
That it’s doing in http but not in https.
Can you see the any of the underlying code?
or it’s all via control panels?