We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b3b02 commit 8db0a5aCopy full SHA for 8db0a5a
README.md
@@ -73,7 +73,8 @@ If you need to make requests via a HTTP proxy then it can be configured
73
Pusher.http_proxy = 'http://(user):(password)@(host):(port)'
74
```
75
76
-By default API requests are made over HTTP. HTTPS can be used by setting
+By default API requests are made over HTTP. HTTPS can be used by setting `encrypted` to `true`.
77
+Issuing this command is going to reset `port` value if it was previously specified.
78
79
``` ruby
80
Pusher.encrypted = true
0 commit comments