Its a known issue. Check these links, It contains useful information on this.
Laravel Reverb + SSL + Ubuntu problem
Hello, I have a problem with reverb, I try many configuration but nothing work : Have reverb + ssl cert (letsencrypt, same as the website).
Wss is ok on the website, no problem, and it receive push event. But event are spamming the error log with :
cURL error 56: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0
Job fails and retry 3 time (so triple event on the web), fixed it by limit tries to 1, job fail but event is pushed. Tried many configuration in client_options but nothing work. Maybe related to curl limited in 7.81.0. So have to wait the next LTS version of ubuntu to upgrade curl.
- PHP version : 8.3.4 (ondrej ppa)
- libcurl 7.81.0 (cant upgrade)
- Ubuntu 22.04 LTS up to date
- Apache 2.4 latest
No workaround possible ? Is it possible to use wss + http or socket because Reverb is on the same server so https is useless (and have to use veryfypeer=>false) or it fail to send event to reverb. I can use apache SSL proxy to use ws. But I prefer using wss directly. Can catch the error and ignore it but not very good ! Any php 8.3 with a newer libcurl maybe ? No problem with soketi so I stay with soketi. Any good curl config to fix ?
Please or to participate in this conversation.