Project

General

Profile

Emails and redmine 2.3.0

Added by Jean-Michel G about 11 years ago

Just a trick.
With 2.0, we solved error "hostname was not match with the server certificate" by

openssl_verify_mode 'none'

With 2.3.0 I solved this with:
enable_starttls_auto: false

Hope it can help anyone...


Replies (7)

RE: Emails and redmine 2.3.0 - Added by John Reynolds about 11 years ago

That was the fix for us too - our emails where not going out.
Thank you!

RE: Emails and redmine 2.3.0 - Added by Chris Lockwood about 11 years ago

Fantastic! Thank you for this, problem solved.

RE: Emails and redmine 2.3.0 - Added by Bruno Medeiros almost 11 years ago

Thanks, very useful!!

RE: Emails and redmine 2.3.0 - Added by dejan dudukovic almost 11 years ago

thx this config help me

i just remove

openssl_verify_mode: 'none'

and add

enable_starttls_auto: false

    (1-7/7)