We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
then I try to send mail from mail-docker but cuttlefish-smtp gives error:
Is there any suggestion?
The text was updated successfully, but these errors were encountered: