колбаскин Posted April 18, 2019 Report Posted April 18, 2019 Mixed Content: The page at 'https://tvfaq.net/' was loaded over HTTPS, but requested an insecure image 'http://adv.tvfaq.net/www/images/7348c3d9bc7257b11ca72331831ef179.gif'. This content should also be served over HTTPS. How fix this? Quote
колбаскин Posted April 19, 2019 Author Report Posted April 19, 2019 https://www.ssllabs.com/ssltest/analyze.html?d=tvfaq.net https://www.ssllabs.com/ssltest/analyze.html?d=adv.tvfaq.net Quote
andrewatfornax Posted April 20, 2019 Report Posted April 20, 2019 Async tags should automatically detect the protocol of the page they are being delivered on, and use the same. In your test example above, the test page is loaded over HTTP, so that's what you are seeing used for the banner content.... Quote
колбаскин Posted April 20, 2019 Author Report Posted April 20, 2019 Who else uses http? Now all the sites on https Quote
колбаскин Posted April 20, 2019 Author Report Posted April 20, 2019 Apache <IfModule headers_module> RequestHeader set X-Forwarded-Proto "https" </IfModule> nginx proxy_set_header X-Forwarded-Proto $scheme; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.