beyondcode / laravel-websockets

Websockets for Laravel. Done right.
https://beyondco.de/docs/laravel-websockets
MIT License
5.08k stars 628 forks source link

Error 404 with wss #847

Closed neoacevedo closed 3 years ago

neoacevedo commented 3 years ago

I can see Laravel Websockets works in HTTP environment, but if I get it in HTTPS, I get the status 404.

wss://my-domain/app/thekey?protocol=7&client=js&version=7.0.3&flash=false returns 404 ws://my-domain/app/scvbmzkmvc?protocol=7&client=js&version=7.0.3&flash=false works

Moreover, checking in HTTPS, this packages fires all to pusher.com: https://sockjs-mt1.pusher.com/pusher/app/thekey/379/snu3m846/xhr_streaming?protocol=7&client=js&version=7.0.3&t=1630591746626&n=1

This doesn't happen if I run in local environment (HTTP).

stea4lth commented 3 years ago

I'm having the same issue.

neoacevedo commented 3 years ago

And no answer.

codetestmg commented 1 year ago

I'm having the same issue. @mpociot