Image Broken from HTTP to HTTPS

Hello, my server does not provide a ssl certificate. After connecting the website to cloudflare, I set the SSL encryption mode to flexible. When my website changed from HTTP to HTTPS, many pictures in my website were BROKEN.
If I set the SSL encryption mode to full or Full (strict), a 525 error will appear. What should I do?

Welcome to the Cloudflare Community. :logodrop:

You really need to fix that.

Please dont ever do that. It deceives your vistors into believing that their connection is secure when you are instead sending it unencrypted to your origin server. It also tends to break sites, as you have discovered.

You should install a valid certificate on your origin server and set your Cloudflare encryption to Full (strict). You can use a commercial certificate that you purchase, a free certificate from an automated CA like Let’s Encrypt, or a free certificate from the Cloudflare Origin CA. Note that Cloudflare Origin CA certificates are only trusted by the Cloudflare proxy. This means you can only use them with hostnames that are :orange: proxied.

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