-
I already asked this question on stackoverflow, but nobody answered: So maybe here somebody can help me?: I'm running an app, where I use laravel-websockets, with the pusher replacement and a self created websocket instance. For SSL I used a letsencrypt certificate and the nginx reverse proxy "Same location for websockets and web contents" approach. On my nginx TLS 1.2 and 1.3 is enabled. Now on Firefox and Chrome all is working fine, but on Safari (version 14.1.2, tested on a macOS Mojave 10.14.6) I get the following error in the console:
These are my echo options:
I searched a lot for any kind of similar issues, but I can't find an answer. Any ideas or help would be awesome! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Got it working: |
Beta Was this translation helpful? Give feedback.
-
laravel-websockets/composer.json Line 43 in fd2070f |
Beta Was this translation helpful? Give feedback.
Got it working:
https://stackoverflow.com/questions/70464828/safari-cant-connect-to-secure-laravel-websocket/70669225#70669225