Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The "SSL routines:ssl3getrecord:wrong version number" error indicates that the SSL handshake between the Node.js IMAP client and the Hetzner mail server failed because the client and server are using different SSL protocols or cipher suites. It is possible that the client is trying to connect using an outdated SSL protocol or cipher suite that is not supported by the server. To resolve this issue, the client should be updated to use a newer SSL protocol or cipher suite that is compatible with the server, or the server settings should be modified to support the client's SSL protocol and cipher suite.