Defect #10981
closedTLS features not effective on Redmine 2.0.0
0%
Description
I have installed on a host :
Environment:
Redmine version 2.0.0.stable
Ruby version 1.8.7 (i486-linux)
Rails version 3.2.3
The mail serveur on this host is Postfix, works with STL and
and configuration.yml is :
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "localhost"
port: 25
1. Test Mail works if I set TLS at "NO" on Postfix, but this has to remain at "YES" .
So I get an error message "hostname was not match with the server certificate" in test mail, no matter the value in config/environment.rb :
ActionMailer::Base.smtp_settings[:enable_starttls_auto] = false (or true)
I appears to me that I can't disable the TLS feature in the application.
May be there is another feature ?
2 . if I add the parametters in "configuration.yml" :
authentication: :login
user_name: "prx"
password: "passwd"
I have an error at the serveur start in WEBrick : /config/configuration.yml is not a valid YAML file and could not be loaded.
This is not consistant with the examples.
Where is teh clue ?
thanks in advance.
Files