Title: Support for HTTPS connections
Last modified: August 22, 2016

---

# Support for HTTPS connections

 *  [Ben Cole](https://wordpress.org/support/users/bcole808/)
 * (@bcole808)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/support-for-https-connections/)
 * Hello,
 * My site runs only on https:// and this plugin embeds http:// content which is
   blocked by most modern browsers when the site itself runs on https://
 * I found a quick and easy way to resolve the issue:
 * In **bitsontherun.php** on line 481,
    `$url = "http://$content_mask/$path";`
 * Change the line to this:
    `$url = "//$content_mask/$path";`
 * In order to allow the browser to decide which protocol should be used.
 * _Using plugin version 1.3.1_
 * [https://wordpress.org/plugins/bits-on-the-run/](https://wordpress.org/plugins/bits-on-the-run/)

The topic ‘Support for HTTPS connections’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bits-on-the-run.svg)
 * [JW Platform](https://wordpress.org/plugins/bits-on-the-run/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bits-on-the-run/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bits-on-the-run/)
 * [Active Topics](https://wordpress.org/support/plugin/bits-on-the-run/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bits-on-the-run/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bits-on-the-run/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Ben Cole](https://wordpress.org/support/users/bcole808/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/support-for-https-connections/)
 * Status: not resolved