HTTPS stream player breaks SSL certificate on site

Hey there, I’m attempting to include a twitch player to my site (which has an ssl certificate).

<iframe
  class="mrg-btm-msv"
  src="https://player.twitch.tv/?channel={channel}"
  height="400" 
  width="720" 
  frameborder="0" 
  scrolling="no" 
  allowfullscreen="true" 
  style="background-color:#000"
></iframe>

But there seems to be mixed content (http/https) when requesting the https player. What would be the best fix for this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.