Problems with SSL certificate

What is the name of the domain?

colebrannon.com

What is the issue you’re encountering

SSL certificate not being applied ot website.

What steps have you taken to resolve the issue?

I have tried enabling full encryption mode on the SSL page and forcing HTTPS. Nothing work.

What is the current SSL/TLS setting?

Full

Screenshot of the error

The SSL setting is not off, it is set to “full”

Your site is loading images over plain (insecure) HTTP.

The image links in your HTML are to http://colebrannon.com/... They should either specify https or be relative links with just the path.

For example, you have:

<img decoding="async" class="swiper-slide-image" src="http://colebrannon.com/wp-content/uploads/2024/07/UTD-Logo-University-of-Texas-at-Dallas-ArmEmblem-utdallas_edu-PNG-Logo-Vector-Brand-Downloads-SVG-EPS-150x150.jpeg" alt="UTD Logo - University of Texas at Dallas Arm&amp;Emblem [utdallas_edu] - PNG Logo Vector Brand Downloads (SVG, EPS)"/>

That src URL should either start with https:// or remove the protocol and domain completely and just be /wp-content/uploads/...

1 Like

I appreciate the response. I will try fixing that tonight, although I think WordPress dictates the image URL. I will respond tomorrow.

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