Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Youtube videos not showing after adding HTTPS

Hi,

I'm using Vanilla 2.0.18.4 and I've just added a certificate via my ISP to enable HTTPS for the site for ResetTheNet. However, now YouTube videos don't show in the comments.

The space gets resizes (see example https://makegamessa.com/discussion/2127/netprophet-videos-are-now-up#Item_1) but there's no video.

I've checked that the YouTube links are HTTPS as well.

What can I do to resolve this?

Tagged:

Comments

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @Fengol‌

    Not likely related, but you really should update to 2.0.18.11, as there have been several security patches since .4

  • Options

    The dreaded mixed content error.

    It is trying to serve non https youtube videos, these will be denied over https. In 2.1 your videos are loaded dynamically.

    In 2.0 you may need to patch class.format.php, or alternatively use:

    http://vanillaforums.org/addon/mediator-plugin

    You will need to set Garden.Format.YouTube, Garden.Format.Vimeo to FALSE

    grep is your friend.

Sign In or Register to comment.