All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

ssl-failure Condition Class

Summary

The class for SSL errors corresponding to SSL_ERROR_SSL.

Package

comm

Superclasses

ssl-condition

Description

Instances of the condition class ssl-failure are used for the error corresponding to SSL_ERROR_SSL. This means a failure in processing the input, typically due to a mismatch between the client and the server. You get this error when trying to use a SSL connection to a non-secure peer.

See also

25 TCP and UDP socket communication and SSL


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26