Crash on SSL Error #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When connecting to the server without SSL (e.g. telnet localhost 1965) it crashes with a CL+SSL error.
A what I think is a premature termination of the connection by a client results also in a crash
No SSL:
Listening on 0.0.0.0 port 1965
Unhandled CL+SSL::SSL-ERROR-SSL in thread #<SB-THREAD:THREAD "USOCKET Client" RUNNING {1003D61FD3}>:
A failure in the SSL library occurred on handle #.(SB-SYS:INT-SAP #X7F1BFC028590) (return code: 1).
SSL error queue:
error:1408F10B:SSL routines:ssl3_get_record:wrong version number
Connection dropped by the client:
Unhandled CL+SSL::SSL-ERROR-SYSCALL in thread #<SB-THREAD:THREAD "USOCKET Client" RUNNING
{10046E9C73}>:
An I/O error occurred: undocumented reason (return code: 5).
SSL error queue is empty.
Resolved by Pull request.