Maksym
Maksym

Reputation: 4584

Mixed Content strange https issue with https iframe

Mixed Content: The page at 'https://xxx' was loaded over HTTPS, but requested an insecure resource 'http://yyy'. This request has been blocked; the content must be served over HTTPS.

But it is https://yyy iframe.

I switched off JS in the browser and definitely see that iframe src = "https://yyy" , the page contains only one this iframe, after updating page everything becomes fine...

On my computer(Linux Mint) it reproduces in Firefox and Chrome , on other computers(Windows, Centos) it reproducible only in Chrome or only in firefox.

Any ideas would be higly appreceated..

Upvotes: 4

Views: 1571

Answers (1)

kieranpotts
kieranpotts

Reputation: 1608

Also check that when requesting https://yyy you're not getting redirected to the non-secure HTTP version: http://yyy.

Upvotes: 2

Related Questions