The server logs "TLS negotiation failure" and the client logs "certificate verify failed", regardless of the setting of "Do not check certificate chain".
On further investigation, it seems to work IF you set Ignore the first time you attempt to connect. If you try once and fail, the connection will fail on subsequent attempts regardless of the Ignore setting. Sounds like a bind is hanging around, or after the Ignore setting isn't being passed on after a connect is attempted.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On further investigation, it seems to work IF you set Ignore the first time you attempt to connect. If you try once and fail, the connection will fail on subsequent attempts regardless of the Ignore setting. Sounds like a bind is hanging around, or after the Ignore setting isn't being passed on after a connect is attempted.