﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16819	Media Embed plugin does not work on https	tisdall		"== Steps to reproduce ==

1. add ""embed"" to an editor instance on an https page
2. try to embed a youtube link and you'll get a message saying ""Failed to fetch content for the given url""

== Problem ==
The problem is the default providerUrl is `'//ckeditor.iframe.ly/api/oembed?url={url}&callback={callback}'` which means it uses the protocol of the page.  iframe.ly has a certificate, but it doesn't cover ""ckeditor.iframe.ly"" so the request fails.  So, the solution is for iframe.ly to add that subdomain to its certificate (or wildcard) or for the plugin to explicitly use ""http"".

== Workaround == 
The plugin accepts a `embed_provider` configuration that would allow setting it to `""http://ckeditor.iframe.ly/api/oembed?url={url}&callback={callback}""` until a permanent solution is found."	Bug	closed	Normal		General	4.7.1	wontfix		
