Allow ws:// versus wss:// protocol to be configurable #67
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 towss
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.
@mcmillion Where is the "current" livereload project? The README here points to https://github.com/onesupercoder/rack-livereload but it's hardcoded to
ws://
there too:c4262f1194/js/livereload.js (L141)
Also related: https://github.com/guard/guard-livereload/issues/143