Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can someone confirm tls version syntax for smtp-server? #156

Open
ceraz68 opened this issue Sep 12, 2020 · 2 comments
Open

Can someone confirm tls version syntax for smtp-server? #156

ceraz68 opened this issue Sep 12, 2020 · 2 comments

Comments

@ceraz68
Copy link

ceraz68 commented Sep 12, 2020

I keep getting the below error with a specific client (Paradox IP150 alarm module) connecting to my smtp-server (version 3.5.0 on node 12.18.2) . My workaround is to use a synology SMTP relay ;-)

Error: 140063399927112:error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1686

I'm trying different TLS version settings on the server but not sure of the syntax (the logger doesn't show such detail). Is the below syntax correct?

Thanks

const server = new SMTPServer({
secure: true,
logger: true,
tls: {minVersion: 'TLSv1.1'},
disabledCommands: ['AUTH'],
etc....

@Raademar
Copy link

I'm also getting this issue and would love a clarification.

@niftylettuce
Copy link
Contributor

Ref: #136
Ref: #122
Ref: #156

This was referenced Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants