-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feature Request: Support Bypassing TLS Certificate Verification #59
Comments
Thanks @wespday, good idea 👍 I'll have a look when I get time, or PR's are welcome 😄 |
If the smtp server has any certificates at all, but not for the name by which you're contacting it, then you get a different error message:
Again, it'd be nice for mailhog to have the option to just connect unencrypted if that's what the smtp server is expecting. |
@wespday @vincebowdren I know this is kind of old … but did you ever manage to work around this issue? I am trying to forward from Mailhog to https://github.com/antespi/docker-imap-devel and I am also getting this error:
|
@jtammen No, for a number of reasons:
So I ended up using MailDev to catch my AUT's outgoing mail, without bothering to try forwarding it on anywhere. |
@vincebowdren Thanks for your reply – I also ended up switching to MailDev. |
I get the same error e-mail does not go thru: Mar 6 12:27:13 postfixlist postfix/smtpd[15981]: mypc.my.local[10.255.0.201]: TLS cipher list "aNULL:-aNULL:HIGH:MEDIUM:+RC4:@strength" |
Same problem here, getting error with TLS + self-signed certificate. |
You can try building the docker image yourself and adding in the certificates as a work-around:
|
ReleaseMessage in the UI is not working with my SMTP server.
Trying mhsendmail from the command line returns this error:
There is a discussion of a similar issue here:
https://groups.google.com/d/msg/golang-nuts/W95PXq99uns/Vaez9gyO-BkJ
The text was updated successfully, but these errors were encountered: