Project

General

Profile

Actions

Defect #10981

closed

TLS features not effective on Redmine 2.0.0

Added by William Piedfort almost 12 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

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

environment.rb (751 Bytes) environment.rb environnement William Piedfort, 2012-05-22 14:59
Actions

Also available in: Atom PDF