Crash on SSL Error #8

Closed
opened 2020-05-23 04:01:50 -04:00 by tobias · 1 comment
Contributor

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.

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.
Owner

Resolved by Pull request.

Resolved by Pull request.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jmcbray/germinal#8
No description provided.