EEv4 with LetsEncrypt SSL and Cloudflare always gives me mixed content issue even thought specified https

Hi:

Lately I migrated to EEv4 and it gives me hard time on a running site.

I have a problem now that I installed EEv4 with LE SSL and it always gives mixed content issue. I also run it on Cloudflare.

The site is the same as the old one and mixed content errors caused by not specifying Https.

BUT I did specify HTTPS request. it is just unbelievable.

I want to load https://example.com/test2/ in other page (say test1).

(The resources i’m trying to load are:

  1. an IFrame with src poiting to the page:
  2. And also costumed peroxided errors get me the same error: https://example.com/peroxided-path/)

The error I get in the browser console:

Mixed Content: The page at ‘https://example.com/test1/’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://example.com/test2/’. This request has been blocked; the content must be served over HTTPS.

What should I do?

Add a tag in the html header:

“<” meta http-equiv=“Content-Security-Policy” content=“upgrade-insecure-requests” /">"

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