johnbintz/rack-livereload

Allow ws:// versus wss:// protocol to be configurable

Opened this issue · 3 comments

The bit I got stuck on trying to get ssl working for our Rails/nginx setup was that the protocol is hard-coded to ws:// in livereload.js. Changing that to wss allowed me to set up the right ssl proxy in nginx to guard.

Ran into this issue trying to get this set up on a new project that's using https. This apparently works in the current livereload project. This project's livereload.js hasn't been updated in 3 years.