nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 145 forks source link

Version too low? #141

Open theoparis opened 4 years ago

theoparis commented 4 years ago

Error: 28112:error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low:c:\ws\deps\openssl\openssl\ssl\statem\statem_srvr.c:1661:

These are my settings: secure: false, ciphers: "SSLv3", minVersion: 'TLSv1',

and the port is 25

theoparis commented 4 years ago

I don't know how to fix this, I've tried multiple ports and security levels and it just says its too low.

xegulon commented 2 years ago

Have you tried it with a secure connection and a Let's Encrypt SSL certificate ?