Content
You are here:
Mail SSL self signed certificate error
Added by Peter Davidsen over 2 years ago
Hi everyone,
I have a small problem when sending mail. When I try to send an email I get the following message:
An error occurred when sending an email (SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate)).
Unfortunately, no mail arrives either.
OpenProject runs in a Docker container and is started with the option "-e SMTP_OPENSSL_VERIFY_MODE=none".
My mail configuration looks like this:
Mail option: smtp
SMTP server: smtp.server.local
SMTP port: 25
SMTP HELLO Domain: same as "server"
SMTP auth: plain
It is possible to submit a mail to the server without authentication.
What could be the reason?
Best regards
Peter
Replies (3)
Hi,
I have the same probleme:
I'm already trying to set the config via the Docker variables:
smtp_address = smtp.domain.local
smtp_domain = domain.local
smtp_enable_starttls_auto = false
smtp_openssl_verify_mode = none
smtp_port = 25
However, also without success.
Has anyone been able to solve this problem?
Have you solved the problem?
I got the same problem on fnaf games.