Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: jtgs.ca
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):linux 3.10.0-962.3.2.lve1.5.24.8.el7.x86_64
My hosting provider, if applicable, is:hostpapa
I can login to a root shell on my machine (yes or no, or I don’t know):no
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): cpanel 76.0.20
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
It looks like there’s some mixed content – JavaScript files loaded over HTTP instead of HTTPS. (It would also be a problem if other things like CSS or images were mixed.)
Chrome’s developer tools can help show what’s going on.
It might be that all you need to do to fix it is change the site URL in WordPress’s configuration to use https.
The message I see in chrome. - "Your connection to this site is not fully
secure
Attackers might be able to see the images you’re
looking at on this site and trick you by modifying
them. Learn more
use Ctrl + Shift + I, that opens the console. There you see a different error message.
greensock.js?ver=1.19.0:19 Mixed Content:
The page at 'https://jtgs.ca/' was loaded over HTTPS,
but requested an insecure image
'http://jtgs.ca/wp-content/uploads/2015/04/Website-Background.jpg'.
This content should also be served over HTTPS.
The check result @mnordhoff had posted (from whynopadlock)
Chrome is now happy, that's good. But the Chrome-check is incomplete. FireFox shows the error loading a font:
Laden von gemischten aktiven Inhalten "http://jtgs.ca/wp-content/plugins/all-in-one-event-calendar-extended-views/public/themes-ai1ec/vortex/font/League_Gothic-webfont.eot?iefix" wurde blockiert.[Weitere Informationen] greensock.js:19:20323
Laden von gemischten aktiven Inhalten "http://jtgs.ca/wp-content/plugins/all-in-one-event-calendar-extended-views/public/themes-ai1ec/vortex/font/League_Gothic-webfont.svg#webfont1Lb5Pdit" wurde blockiert.[Weitere Informationen] greensock.js:19:20323
But the error message is wrong, same as Chrome. greensock.js is the JavaScript that loads the file. But the file isn't defined in that JavaScript, instead in that CSS-file.