Skip to content

Commit 095a295

Browse files
authored
Merge pull request #126 from TheRusskiy/docs-for-port-override
add documentation for port override
2 parents 137362a + 8db0a5a commit 095a295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ If you need to make requests via a HTTP proxy then it can be configured
7777
Pusher.http_proxy = 'http://(user):(password)@(host):(port)'
7878
```
7979

80-
By default API requests are made over HTTP. HTTPS can be used by setting
80+
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.
8182

8283
``` ruby
8384
Pusher.encrypted = true

0 commit comments

Comments
 (0)