Details
Description
If the ssl certificate on the server has its hostname in the cn field to be compatable, but it also has other cn's on the same entry, which openssl allows and we always use for all of our certificates, the file OpenSSLSocket.cpp finds that they do not match.
It is only checking one item, so it is not iterating through different cn's. This sometimes returns the error that the servers certificate did not match the hostname, and sometimes it simply says that peer did not send his wireformat. This has no doesnt have an option to diable it like in NMS, at least not that I ahave found.