laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
942 stars 63 forks source link

At calls WSS the server does not give response #214

Closed giannibottoni closed 3 weeks ago

giannibottoni commented 3 weeks ago

Reverb Version

1.0.0-beta12

Laravel Version

11.10.0

PHP Version

8.2

Description

While to WS registrations both from an Angular project and from Postman the Lavel Reverb server gives immediate response, for the same identical inscriptions, both from the same Angular project and from Postman, but the WSS type the Reverb server not gives no response. In Broadcating.php in the first case Usetls is set to False and in the second case in True. In reverb.php in the first case TLS (of options of Reverb) is set to [] and in the second case to ['local_cert' => '/etc/letsencrypt/live/dev-segreteria.msgc.it/fullchain.pem' ]. The certificate is exactly the one used by Apache for the HTTPS website.

Steps To Reproduce

I believe that the description above is exhaustive

driesvints commented 3 weeks ago

Hey there,

Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to open up a new issue with a link to the original one and we'll gladly help you out.

Thanks!