You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
On our live server with SSL, I'm receiving an error on any event fired whenever Pusher sends a cURL request to the websocket server: GnuTLS recv error (-110): The TLS connection was non-properly terminated.
I search for hours and eventually saw that in some versions of cURL that use GnuTLS, if an explicit "Content-Length" header isn't present, cURL outputs an error when the server closes the connection.
Server info:
PHP: 7.4.23
cURL: 7.68.0
GnuTLS: 3.6.13
Example PHP cURL code that would cause this error:
On our live server with SSL, I'm receiving an error on any event fired whenever Pusher sends a cURL request to the websocket server:
GnuTLS recv error (-110): The TLS connection was non-properly terminated.
I search for hours and eventually saw that in some versions of cURL that use GnuTLS, if an explicit "Content-Length" header isn't present, cURL outputs an error when the server closes the connection.
Server info:
Example PHP cURL code that would cause this error:
I'm submitting a pull request now that should fix this issue.
The text was updated successfully, but these errors were encountered: