Feature Images not loading (Ghost)

I am using the Ghost platform Casper theme on AWS.
How can this be resolved?
Here is the error message in the console:

Mixed Content: The page at ‘https://www.leads4life.com/drunken-noodles/’ was loaded over HTTPS, but requested an insecure image ‘http://leads4life.com/content/images/2020/04/drunken-noodles-1-2.jpg’. This request has been blocked; the content must be served over HTTPS.

Can you check your ghost url ?
ghost config url
check the output if its http://www.leads4life.com

then set it to https by following command

ghost config url https://www.leads4life.com

1 Like