Title: More HTTPS issue   solution
Last modified: August 31, 2016

---

# More HTTPS issue solution

 *  [fersman](https://wordpress.org/support/users/fersman/)
 * (@fersman)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/more-https-issue-solution/)
 * We switched on our wordpress to HTTPS (thanks to letsencrypt) and we have problems
   with HTTPS soundcloud.
 * There is need of one change in soundcloud-shortcode.php
 * – $url = ‘[https://w.soundcloud.com/player?&#8217](https://w.soundcloud.com/player?&#8217);.
   http_build_query($options[‘params’]);
    + $url = ‘[https://w.soundcloud.com/player/?&#8217](https://w.soundcloud.com/player/?&#8217);.
   http_build_query($options[‘params’]);
 * Otherwise it redirects to HTTP and stop working. It is an issue in soundcloud(
   it should redirect to https) but this fixes it.
 * [https://wordpress.org/plugins/soundcloud-shortcode/](https://wordpress.org/plugins/soundcloud-shortcode/)

The topic ‘More HTTPS issue solution’ is closed to new replies.

 * ![](https://ps.w.org/soundcloud-shortcode/assets/icon-256x256.png?rev=2908163)
 * [SoundCloud Shortcode](https://wordpress.org/plugins/soundcloud-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/soundcloud-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/soundcloud-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/soundcloud-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/soundcloud-shortcode/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [fersman](https://wordpress.org/support/users/fersman/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/more-https-issue-solution/)
 * Status: not resolved