Ask Your Question
1

What is the cause of the "SSL routines:ssl3_get_record:wrong version number" error when connecting to a Hetzner mail server using the "imap-simple" package in Node.js IMAP client?

asked 2023-07-10 06:53:19 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-10 07:23:02 +0000

pufferfish gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-10 06:53:19 +0000

Seen: 11 times

Last updated: Jul 10 '23