You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: