Sites with SSL enabled has a problem on Dashboard with Artiss YouTube Embed plugin - even though site is visited over HTTPS, plugin loads some files over HTTP. This is a typical behaviour of plugins using WP_PLUGIN_URL global variable which ignores SSL.
To have Artiss YouTube Embed plugin compatible with SSL
WP_PLUGIN_URL
should be replaced with
plugins_url()