The class for SSL errors corresponding to SSL_ERROR_SSL
.
comm
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.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26