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

routines:SSL_CTX_use_certificate:ee key too small #441

Open
senolatac opened this issue Jul 24, 2024 · 0 comments
Open

routines:SSL_CTX_use_certificate:ee key too small #441

senolatac opened this issue Jul 24, 2024 · 0 comments

Comments

@senolatac
Copy link

senolatac commented Jul 24, 2024

Is it possible to disable TLS on development?

I try to use cuttlefish as SMTP-GATEWAY with mail-docker

So my config.yml looks like:

smtp:
  host: 'cuttlefish_smtp'
  port: 2525
  username: 'acting_twins_2'
  password: '...'
  tls: false                           # Whether to connect via SSL/TLS (set 'false' for STARTTLS)
  skip_verify_tls: false              # Whether to trust self-signed certificates

then I try to send mail from mail-docker but cuttlefish-smtp gives error:

140714303958848:error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small:../ssl/ssl_rsa.c:301:
140714303958848:error:1417A0C1:SSL routines:tls_post_process_client_hello:no shared cipher:../ssl/statem/statem_srvr.c:2283:

Is there any suggestion?

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