CertBot, Bitnami, Wordpress issues

What exactly does that mean? I'm like "fresh out of the package" new to this so I don't know what I am looking at really :rofl:

is that image the particular image that (you think) is causing the issue?

If you have website with https, every JavaScript, every image, iframe etc. must be secure.

So if you have

<link rel='stylesheet' href='http://yourwebsite.com/style.css'/>
<script src='http://otherwebsite.com/script.js'></script>
<img src='http:/superduperwebsite.com/amazing-image.jpg'/>

it's mixed content - https and http.

So you must find all of these links. Then check, if there is a https version. If yes, use the https version. If no, you should remove the html element (or find another source).

But: It may be terrible to find all these links.

Website -> css file -> background:url("http://another-website/")

or

Website -> JavaScript loads css definitions -> browser says, the javascript is bad -> but the problem is in the css file.

Change / remove that link, then recheck your domain.

How would one efficiently do this with a WordPress installation?

Will do. Standby.

removing the image/link didn’t work for me.

I lied. :flushed: I discovered that the Theme was keeping a cached image of the image. Removing it from the media library didn’t completely solve it. So I deleted the cached image and reuploaded the logo and it works like a charm now. Thanks SOOOOO much for your help.

**EDIT

In Chrome it gives the lock

but in Firefox I still get the warning.

Will investigate further

***Last Edit

It looks like it’s gonna take a little bit longer for Firefox to reload the sites content. So I think we are in the clear. :+1:

Yep, now your Grade I (content problems) is gone, instead you have a Grade C.

And the http link is replaced with

https://s3.amazonaws.com/dudedopemedias/wp-content/uploads/2019/03/06200038/DudeDope.png

Perhaps choose a preferred version (www or non-www) and add a redirect not-preferred-version -> preferred-version.

1 Like

Will do and thanks again. I cannot express my thanks enough to you.

I must say you have been a god send.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.