Please fill out the fields below so we can help you better.
My domain is:nimbuslogistics.in
I had used TSOhost’s single click installation to install let’s encrypt’s certificates. Now, when I check the validity on the website ssllabs.com, it shows my certificates are valid but gives a message ‘This site works only in browsers with SNI support’. Also, none of the browsers display my website as secure.
My operating system is:Windows 10
My hosting provider, if applicable, is:TsoHost
I can login to a root shell on my machine (yes or no, or I don’t know):i don’t know
I really appreciate your effort to point out all the faults. I think I can rectify the internal links problem and the jpeg images. I’m not sure about the first 2 problems though. Could you please guide me with the solution for the first 2 problems as well. Thanks!
First fix the internal linking of all jpeg images, then you will stop seeing the mixed resources and “untrusted” messages. Make sure to check all pages within your site for any images you may have hardcoded in the past. There are wordpress plugins like “Velvet Blues Update URLS” which can do a very quick find and replace inside your database.
Secondly your apache configuration files needs the section below added after your <VirtualHost *:443> ends. This tells it to redirect anything coming in on port80 to https. Of course need I say replace mysite.com and www.mysite.com with your own real domain name. (Please note the apache config file shown here is from an Ubuntu box not a Windows box so I am not sure if there are any differences)