soundcloud / soundcloud-custom-player

The SoundCloud custom javascript based player
http://soundcloud.com
707 stars 231 forks source link

Player doesn't display on SSL encrypted site. #10

Closed databell closed 13 years ago

databell commented 13 years ago

I've got issues regarding a site that we're doing that had an SSL certificate from Verisign. If we use the regular Flash based Soundcloud widget, it displays with no SSL issues. As long as we use https://www.soundcloud.com/ in our references. Of course, that doesn't work on iOS, so we're trying to use the Custom Player. When we used it on an non-SSL, non-HTTPS site, the player works just fine. However, once we switch to HTTPS and in turn, make the reference HTTPS as follows:

Happy Talk

The player displays but without the album image or the playlist. So basically, it's blank. Is there a solution to this or plans for one, so it can display on a secure site?

mataspetrikas commented 13 years ago

Custom player has no SSL support yet, but we'll be adding it shortly.

databell commented 13 years ago

Any idea when? We're using the Flash version for now (which does work on https) but it's not ideal since the client has made it very clear he wants the player to work on iOS devices.

mataspetrikas commented 13 years ago

the latest commit should fix loading of the player in the ssl documents: https://github.com/soundcloud/soundcloud-custom-player/commit/370d50025c6da97cd5db73f699ce098d2c2b5183

please be aware that currently soundcloud doesn't support loading of the image assets overs https, so you may see ssl warning when waveform or artwork images are loaded. I hope that'll be fixed in the upcoming months by the SoundCloud API team.