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

ssl-version-or-cipher-mismatch Condition Class

Summary

The class for SSL errors that are the result of problems with the cipher suite of key exchange during establishing the SSL connection.

Package

comm

Superclasses

ssl-failure

Description

Instances of the condition class ssl-version-or-cipher-mismatch are used when SSL connection fails because of failure to match a cipher between the sides or problems with the key exchange.

Notes

The underlying implementation (OpenSSL or Apple) establishes the connection and decides where to fail, so whether such a failure occurs (for example, because the DH parameters are too short) depends on the underlying implementaion and its version.

See also

25 TCP and UDP socket communication and SSL


LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:11