Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 9651ae5

Browse files
authored
Update README.md
It took me many hours to debug the problem with http events. Pusher sending requests as http instead of https using cURL which was causing the problem, and I solved it by adding scheme to options .
1 parent cb85b60 commit 9651ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ The HTTP subscriber is compatible with the Laravel Pusher subscriber. Just confi
159159
'options' => [
160160
'host' => 'localhost',
161161
'port' => 6001,
162+
'scheme' => 'http'
162163
],
163164
],
164165
```

0 commit comments

Comments
 (0)