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

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?

Related

Wordpress Mixed content

I am having a very weird issue. I am working on my new site and there are three images that are coming up as mixed content. The issue is I cannot for the life of me find the images in the html sources, or in the database. If anyone could help I would appercaite it.
Here is the site website with error
Here is the error I am getting.
(index):1 Mixed Content: The page at 'https://example.com/seo2/' was loaded over HTTPS, but requested an insecure image 'http://example.com/seo2/wp-content/uploads/2018/05/wave.png'. This content should also be served over HTTPS.
(index):1 Mixed Content: The page at 'https://example.com/seo2/' was loaded over HTTPS, but requested an insecure image 'http://example.com/seo2/wp-content/uploads/2018/04/work_process.png'. This content should also be served over HTTPS.
(index):1 Mixed Content: The page at 'https://example.com/seo2/' was loaded over HTTPS, but requested an insecure image 'http://example.com/seo2/wp-content/uploads/2018/03/testimonialbg1.jpg'. This content should also be served over HTTPS.
I found the solution hiding in a css file.
Thanks for everyones time

SSL Mixed Content but I can't find images on ftp

I use WordPress, and I bought a theme from ThemeForest. Everything is great, but when I installed SSL I get insecure connection on my homepage.
Mixed Content: The page at 'https://freindly-flowers.com/' was loaded over HTTPS, but requested an insecure image 'http://freindly-flowers.com/wp-content/uploads/2018/11/logo-watermark.png?id=6521'. This content should also be served over HTTPS.
(index):1 Mixed Content: The page at 'https://freindly-flowers.com/' was loaded over HTTPS, but requested an insecure image 'http://freindly-flowers.com/wp-content/uploads/2017/12/testimonials.jpg?id=7079'. This content should also be served over HTTPS.
I have tried searching for those images in FTP, but they are not anywhere in FTP. What can I do and how can it show mixed content for images that are not even on the website?
The images are there - http://freindly-flowers.com/wp-content/uploads/2017/12/testimonials.jpg loaded for me. The problem is that your code is including http: without the s.
Navigate to that page and then right click somewhere and select "view Source" to see the source code. Search for http: in the source and you'll find all of the insecure requests. You may have hardcoded some image sources or copied database entries without updating urls, I really don't know, but using relative urls is one way to avoid this issue.

ssl mixed content errors in browser

I have recently installed a flexible ssl on a Wordpress website using CloudFlare. I have read around the issues others have had. I have installed various plugins to remedy the problem. I have tested the url on an ssl checker which says it is OK. When the page first loads I have the green lock - it subsequently goes Amber with an exclamation (on Firefox) or just the 'i' on Chrome.
Chrome console says:
Mixed Content: The page at https://example.com/ was loaded over HTTPS, but requested an insecure image http://example.com/wp-content/uploads/logo1.png. This content should also be served over HTTPS.
In Chrome console it shows that there are some images which load are loading with http - but if you look at the actual image in the WP library it has https in front, including the one above. If I look at images on the front page with say Firefox developer all image paths are preceded https://. If I check the logo image guid in the WP DB which is throwing the error on the front page then it is https://. I have purged the Couldflare cache. I have cleared all browser cache.
So what's the problem?

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.

Embedded Games for my https Sites

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?

Resources