Skip to content
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

Pusher.use_tls = false vs Pusher.encrypted = false #188

Open
zoltan-nz opened this issue Jun 21, 2023 · 2 comments · May be fixed by #189
Open

Pusher.use_tls = false vs Pusher.encrypted = false #188

zoltan-nz opened this issue Jun 21, 2023 · 2 comments · May be fixed by #189
Labels

Comments

@zoltan-nz
Copy link

Hi There.

Trying to turn off the encryption in development mode. README suggests that we should use Pusher.use_tls = false. However, it does not exist in the Pusher class: https://github.com/pusher/pusher-http-ruby/blob/master/lib/pusher.rb#L36

Using Pusher.encrypted = false is working, but this feature is deprecated. https://github.com/pusher/pusher-http-ruby/blob/master/lib/pusher/client.rb#L35

I guess we should just add :use_tls to the list of def_delegators in module Pusher.

@zoltan-nz zoltan-nz linked a pull request Jun 21, 2023 that will close this issue
@stale
Copy link

stale bot commented Oct 15, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.

@stale stale bot added the wontfix label Oct 15, 2023
@plicjo
Copy link

plicjo commented Mar 26, 2024

Confirmed that this doesn't work as documented.

You can do Pusher.scheme = 'http' instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants