Embedded Games for my https Sites - http

How can i add Embedded Games to my https Sites?
[blocked] The page at 'https://www.freeonlinegames.com/embed/124339' was loaded over HTTPS, but ran insecure content from 'http://www.freeonlinegames.com/static/ima-vast-preroll.swf': this content should also be loaded over HTTPS.
I try to remove http from the URL but nothing.
Please may be somebody could help me?

Related

Mixed content error message in wordpress site

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

Youtube Embed not loading on SSL. Wordpress cause of error?

I have a WordPress plugin which displays embedded youtube videos. It worked before I moved my site to SSL. Now I'm getting this message in chrome
....was loaded over HTTPS, but requested an insecure resource 'http://www.youtube.com/embed/DU2iwGYtprI?rel=0&wmode=transparent'. This request has been blocked; the content must be served over HTTPS
Chrome also points to the included wordpress jQuery file
/wp-includes/js/jquery/jquery.js?ver=1.12.4
I tried using a mixed content fixer but that didn't seem to help at all.
What can I do in this case?

Changing http to https in wordpress website, activate ssl certificate

Hey i have activated a ssl certifcicate and all routes stopped working. I repaired every url/address in database and mass replaced all http:// with https:// in ftp files, also manually searched for http occurences in code but found nothing. I did many tutorials, searched many websites but solution seems to be more complicated. If anybody deal with problem like mine in the past please tell me how to solve it.
It remains to repair css and js assets:
Mixed Content: The page at 'https://wiadomosci.nowakonstytucja.org/' was loaded over HTTPS, but requested an insecure stylesheet 'http://wiadomosci.nowakonstytucja.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.8'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://wiadomosci.nowakonstytucja.org/' was loaded over HTTPS, but requested an insecure script 'http://wiadomosci.nowakonstytucja.org/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.8'. This request has been blocked; the content must be served over HTTPS.
Try install "Really Simple SSL" plugin. It's should fix the problem.
Don't reference the file by the entire URL " 'http://wiadomosci.nowakonstytucja.org/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.8'"
If the file is local, then ref it by "/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.8'" , and you will avoid the whole http situation altogether.
Google does this with some of their files that haven't been upgraded yet.

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!

Images uploaded in wordpress have http rather that https in URL

When the chrome the developer tool on some of my web pages I get this warning
"The page at https://www.improvementskills.org/wordpress/whats-going-on-2/ displayed insecure content from http://abim3.improvementskills.org/wordpress/wp-content/uploads/2013/08/run_chart2.png.
www.improvementskills.org/wordpress/whats-going-on-2/:1"
I'm guessing this is because the image urls have http rather https. Whenever I upload new images in wordpress it gives it http as well. How do I go about fixing this? Thanks!
Update: The technique in my comment below is now an anti-pattern! Always use https. http://www.paulirish.com/2010/the-protocol-relative-url/
If you can edit your website's img tags, then remove "http:" from the src.
Bad
http://abim3.improvementskills.org/wordpress/wp-content/uploads/2013/08/run_chart2.png
Good
//abim3.improvementskills.org/wordpress/wp-content/uploads/2013/08/run_chart2.png
This way, the browser will call the image with https when needed, and http otherwise.

Resources