-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS support #143
Comments
I need this too |
It would probably require creating and installing local SSL certificates. |
Will be a nice to have feature... If you guys did not resolved yet, you might want to allow the browser to load the file. In Chrome is as simple as clicking on the Shield Icon on the address bar and allowing it to run. Hope it helps! |
Developing a Rails app locally with HTTPS work together easily thanks to https://github.com/puma/puma-dev, so it would be nice to have a way for livereload to work on https pages too. |
What's the reason? Is this issue resolved? |
@AlexWayfer I was closing out my unresolved issues. I can reopen if you still need it. |
Does it interfere somehow?
There are 7 participants. My opinion is not decisive. |
Is there a workaround for this? |
@cmer this seems to work (I'm on guard-livereload version 2.5.2 and also using rack-livereload version 0.4.2): Make sure you add the correct options when loading guard-livereload in your
where Also, when loading rack-livereload (make sure you have version
For some reason, bundle wouldn't install version
Hope this helps someone out there, it took me a while to get this going. |
This comment was marked as outdated.
This comment was marked as outdated.
@rhwinter : thanks for sharing that solution! That really helped me! 🙇 |
The issue with group :development do
gem 'guard'
gem 'guard-livereload', require: false
gem 'rack-livereload'
end I get latest versions of However it's still unclear how to get HTTPS working when using There hasn't been any movement on puma/puma-dev#326. My My In my browser console I see errors like: |
Hi,
Do you have any plans to add HTTPS support? I get the following error.
The text was updated successfully, but these errors were encountered: