Skip to content

routines:SSL_CTX_use_certificate:ee key too small #441

Description

@senolatac

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions