Mixed content error message in wordpress site - wordpress

I have installed SSL in my hosting provider and tested it on whynopadlock.com/ , and it keeps saying my site is not fully secure:
Mixed Content: The page at 'https://mysite.nl/' was loaded over HTTPS, but requested an insecure image 'http://mysite.nl/wp-content/uploads/2019/07/bg-01-free-img.jpg'. This content should also be served over HTTPS.
Now when I look into media files in Wp, the link says https and not http. I have been looking for hours now and the plugins SSL Insecure Content Fixer and Really Simpel SSL havent been working either.
Any ideas to how to solve this would be appreciated!

Simply use this plugin for your website it will fix everything related to mix content and show your website secure with green signal.
Plugin name
Easy HTTPS Redirection
By Tips and Tricks HQ
Anyother help needed ? let me know.
Thank you

Related

Cloudflare point to my site, but Css is not working

I am using Cloudflare and pointing DNS to my website (000webhostapp using Wordpress). but CSS format is not working in my site. Whereas I use default DNS from web hosting or my DNS(not through Cloudflare), it works properly. please help me! thanks
Most likely mixed content error.
Mixed content is when your site is loading over HTTPS, however your code have references to images, scripts or css resources over HTTP so the browser blocks it from being loaded.
Please review the console logs in your browser's developer tools to verify this.
Cloudflare have an excellent guide on Troubleshooting mixed content errors
.
Enabling "Automatic HTTPS Rewrites" feature in your Crypto tab of your Cloudflare dashboard usually prove to be an easy fix.

Link generates https:// protocol when link should be http://

I've got this weird problem on one of my Wordpress sites and I hope you all could help out.
I have a this Wordpress site set-up and working correct. It has a SSL certificate so the URL is https://www.example.com.
Now if I add a link to one of my pages like this http://www.example_2.com it automatically changes the link to the https:// protocol. Which I find really strange because the link is literally <a href="http://www.example_2.com">.
Does anyone know why the link becomes https:// instead of the normal http:// protocol? Because my link is now giving an error when I click on the link and get send to the linked site.
I have googled this issue but it only give me results for how to configure your site for SSL (https://) and not for the issue I'm having...
Thanks in advance.
Your site probably is configured to immediately 302-redirect http requests to https.
What happens if you hit that site directly from your browser at http://www.example_2.com/ ? does it also bounce to https?
There is some chance your example_2.com site has enabled strict transport security. Read this. https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet
A lot of people are using links of the form
href="//www.example_2.com"
instead of
href="http://www.example_2.com"
these days to avoid this sort of confusion, and avoid mixed-content complaints. You might want to consider that. It's especially useful when you pull stuff from content delivery networks.

Why WordPress image link in not appearing after activating SSL?

I've successfully added SSL on my WordPress website and it's every URL is working well with https URL but there seems all images is missing. In dashboard, all images URL is converted to https URL but in front-end they are not showing any URL it just seems like
Please anyone could help me to solve this issue?
This is likely because the URLs to the images are now http, and may be being blocked by browser security settings. There's a handy plugin I often use to help sort out issues like this called Really Simple SSL:
https://wordpress.org/plugins/really-simple-ssl/
This plugin manages the URLs to include the correct protocol, etc. You may need to change any hard-coded URLs in your theme that do not use https however.

Broken CSS on old https pages

Hi i have a question about importing a wordpress.com site to a new self hosting wordpress site.
After completing the website i still have the old https links in search results showing broken css pages: example here. https://the3growbags.com/author/rhamscallion/
The new website does not use an SSL certificate and adding one does not solve the problem, anyhow we don't need SSL. This is the non-SSL website example: http://the3growbags.com/
Question is why are the old https links showing these broken CSS pages instead of unsecured connection pages, and how do I remove them from search results? help much appreciated.
All your resources are linked using http:// URLs, which result in mixed content which is normally blocked by browsers.
Make sure your resources are loaded using https and your site will work.
For this you could use the protocol agnostic URL style: "//domain.com/path"

Cloudflare flexible ssl issue?

I spent my whole day configuring my wordpress website to use cloudflare flexible ssl.
I use WP HTTPS plugin and cloudflare page rule to redirect http to https.
It's working very well on firefox and IE but in chrome it's saying:
The page at 'https://mrbladedesigns.com/' was loaded over HTTPS, but is submitting data to an insecure location at 'http://mrbladedesigns.com/': this content should also be submitted over HTTPS.
One more thing I want to tell you guys that now also my wordpress address and Site address is HTTP in wordpress admin settings
I removed all of the insecure content but have no idea on how to resolve this.
Any help will be appreciated!
Just disable W3 Total Cache, https cloudflare will working fine.
I actually tried this as well but with more success. From your description it sounds like you have an issue with insecure content being loaded. This happens when you load the page via https but content is loaded via http.
The ssl insecure content fixer plugin will help you with most of your problems, but other problems will have to be fixed manually by changing http references in your html code to https.
never mind I fixed it, SSL insecure didn't worked for me, the root cause of this problem was the search bar on my homepage. Here's the fix: under WP HTTPS settings at the end there's an option Secure filters. Just write /?s there and save it! Done!

Resources