OSSL-738 — SSL_accept failed with different error than expected
SSL_accept failed with %lx, "expected %lx:*:inappropriate fallback" or "%lx:*:no shared cipher"
The accept of SSL/TLS connection was expected to fail with two specific errors but the first error was not 140A1175:SSL routines:SSL_BYTES_TO_CIPHER_LIST:inappropriate fallback nor 1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher.
More detailed reason can be found in the following OSSL-103 log message.