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

ERR_SSL_NO_SUITABLE_SIGNATURE_ALGORITHM without using TLS #472

Open
malavolti opened this issue Oct 15, 2023 · 0 comments
Open

ERR_SSL_NO_SUITABLE_SIGNATURE_ALGORITHM without using TLS #472

malavolti opened this issue Oct 15, 2023 · 0 comments

Comments

@malavolti
Copy link

By running the following command:

docker run -p 1080:1080 -p 1025:1025 maildev/maildev:latest -e MAILDEV_BASE_PATHNAME=/maildev

I get the following error randomly and the container die:

MailDev using directory /tmp/maildev-1
MailDev webapp running at http://0.0.0.0:1080/maildev
MailDev SMTP Server running at 0.0.0.0:1025
/home/node/lib/mailserver.js:267
  } else throw err
         ^

[Error: 582B1430817F0000:error:0A000076:SSL routines:tls_choose_sigalg:no suitable signature algorithm:../deps/openssl/openssl/ssl/t1_lib.c:3231:
] {
  library: 'SSL routines',
  reason: 'no suitable signature algorithm',
  code: 'ERR_SSL_NO_SUITABLE_SIGNATURE_ALGORITHM',
  remote: '167.248.133.38'
}

Node.js v18.17.0

Can you help me, please?

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

1 participant