Renew Certs but it still shows insecure

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. crt.sh | 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:deborahsweetin.com

I ran this command:
sudo /opt/bitnami/bncert-tool
It produced this output:
bitnami@ip-172-26-4-228:~$ ls -l /opt/bitnami/letsencrypt/certificates/
total 16
-rw-r--r-- 1 bitnami root 2901 Oct 9 08:46 www.deborahsweetin.com.crt
-rw-r--r-- 1 bitnami root 1567 Oct 9 08:46 www.deborahsweetin.com.issuer.crt
-rw-r--r-- 1 bitnami root 243 Oct 9 08:46 www.deborahsweetin.com.json
-rw-r--r-- 1 bitnami root 227 Oct 9 08:46 www.deborahsweetin.com.key
bitnami@ip-172-26-4-228:~$ ^C
My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:
aws
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

Your Apache server is correctly using a current certificate. See: SSL Server Test: deborahsweetin.com (Powered by Qualys SSL Labs)

Can you explain more about what told you it was not secure?

Because I see some "Mixed Content" errors from this site: https://www.whynopadlock.com/results/8cb1405b-9fe6-44d9-82fe-5e8f047692f3

That is related to your web server or WordPress configuration. Be sure to not use HTTP:// links on your pages when connecting with HTTPS

4 Likes

Basically I'm not getting the lock padlock

3 Likes

If you click on the icons / symbols next to the URL what does the browser tell you ?

Have you restarted your browser after getting the certs? Because sometimes browsers cache earlier requests.

You definitely have Mixed Content problems at least.

4 Likes

I have used different browsers too

Yeah, that first message is pretty clear that the cert is valid.

Use the browser's Developers Tools and view the debug console. But, this is almost certainly the Mixed Content problems shown by "Why No Padlock" link I provided earlier

5 Likes

I concur with @MikeMcQ. It's not a cert problem. It's a content service problem.

4 Likes

Ok I'll try to find these and fix them. Thanks for the help!

4 Likes

Your site layout template has http requests for loading the fonts, these will be blocked because everything else is https

<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='http://www.deborahsweetin.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742592885' media='all' />
<link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='http://www.deborahsweetin.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1742592891' media='all' />
<link rel='stylesheet' id='elementor-gf-local-opensans-css' href='http://www.deborahsweetin.com/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1742592899' media='all' />

2 Likes