Everything on my site is https but Firefox insists there is still mixed content. I have searched through the page source and there is only https. How can I fix
I am using Cloudflare free SSL to force https on a WordPress site. I have done a search and replace for http to https. I checked the page source and everything is https but Firefox is still saying there is mixed content. The site is at test.wolfmediaplus.com How can I fix this and get a green padlock? Thanks!
ყველა პასუხი (2)
The files from /wp-content/plugins/ and /wp-includes/ have a 301 Moved Permanently response that redirect to the http:// version of the files as you can see in the Network Monitor.
- https://test.wolfmediaplus.com/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4
- https://test.wolfmediaplus.com/wp-content/plugins/WP-Plugin/css/font-awesome.min.css?ver=4.5.3
GET /wp-content/plugins/WP-Plugin/css/font-awesome.min.css?ver=4.5.3 HTTP/1.1 HTTP/2.0 301 Moved Permanently Date: Sat, 16 Jul 2016 04:35:16 GMT Set-Cookie: __cfduid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx; expires=Sun, 16-Jul-17 04:35:16 GMT; path=/; domain=.wolfmediaplus.com; HttpOnly Location: http://test.wolfmediaplus.com/wp-content/plugins/WP-Plugin/css/font-awesome.min.css?ver=4.5.3 Server: cloudflare-nginx CF-RAY: 2c32bf190fd92c18-AMS X-Firefox-Spdy: h2
Please also see
- Mixed content blocking in Firefox_unblock-mixed-content
- https://developer.mozilla.org/docs/Web/Security/Mixed_content/How_to_fix_website_with_mixed_content
Note there is no need now to use Developer Edition, these consoles are available now also from the Fx47 Release tools menu.
- https://developer.mozilla.org/docs/Web/Security/Mixed_content/How_to_fix_website_with_mixed_content