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.
2 parents 137362a + 8db0a5a commit 095a295Copy full SHA for 095a295
README.md
@@ -77,7 +77,8 @@ If you need to make requests via a HTTP proxy then it can be configured
77
Pusher.http_proxy = 'http://(user):(password)@(host):(port)'
78
```
79
80
-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`.
81
+Issuing this command is going to reset `port` value if it was previously specified.
82
83
``` ruby
84
Pusher.encrypted = true
0 commit comments