Content
You are here:
SMTP TLS Error
Added by Tim McIver almost 5 years ago
Hello,
I recently discovered OpenProject. Great application! Keep up the good work!
I've got it running locally via Docker and everything seems to be working well except for when I attempt to send an invitation to a new user. An email does not get sent and I see the following in the Docker logs:
FAILED (0 prior attempts) with OpenSSL::SSL::SSLError: hostname "localhost" does not match the server certificate
I've configured an SMTP server using environment variables. I've read this page and attempted to set smtp_openssl_verify_mode
using environment variables. I tried setting both OPENPROJECT_SMTP__OPENSSL__VERIFY__MODE
as well as SMTP_OPENSSL_VERIFY_MODE
to "none"
to no avail.
Any suggestions to fix this?
Replies (1)
I started the docker container with