Skip to content
\n

These are my echo options:

\n
const echoOptions = {\n  broadcaster: 'pusher',\n  key: process.env.MIX_PUSHER_APP_KEY,\n  cluster: process.env.MIX_PUSHER_APP_CLUSTER,\n  wsHost: window.location.hostname,\n  wsPort: 80,\n  wssPort: 443,\n  forceTLS: true,\n  enabledTransports: ['ws', 'wss'], // <-- disable pusher api fallback\n  disableStats: true,\n};\n\nwindow.Echo = new Echo(echoOptions);\n
\n

I searched a lot for any kind of similar issues, but I can't find an answer.

\n

Any ideas or help would be awesome!

","upvoteCount":1,"answerCount":2,"acceptedAnswer":{"@type":"Answer","text":"

Got it working:
\nhttps://stackoverflow.com/questions/70464828/safari-cant-connect-to-secure-laravel-websocket/70669225#70669225

","upvoteCount":1,"url":"https://github.com/beyondcode/laravel-websockets/discussions/911#discussioncomment-1948562"}}}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
Discussion options

You must be logged in to vote

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Sairahcaz
Comment options

You must be logged in to vote
4 replies
@Sairahcaz
Comment options

@erikn69
Comment options

@mcribz
Comment options

@parallels999
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #906 on January 05, 2022 15:01.