-
This tells OneDev to accept TLS upon login if email server suggests to do so. You may either configure your email server to disable TLS, or configure your email server to use a well-known certificate, or import certificate of your mail server into JVM used by OneDev.
-
Previous Value Current Value Open
Invalid
-
Not a bug from my opinion
-
Hi,
Maybe i not pointed to the correct source of error but my mail server listen to port 25 without SSL. So the problem still here.
-
Looks like that at protocol negotiation stage, your mail server states to be able to handle TLS connections although it is listening on port 25. What is your mail server? Does it have any options to explicitly disables TLS connections?
-
Previous Value Current Value Invalid
Open
-
Previous Value Current Value empty 3.0.11
-
OneDev
changed state to 'Committed' 6 years ago
Previous Value Current Value Open
Committed
-
Name Previous Value Current Value State
Committed
Closed
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
Not Found
|
Iterations
-
3.0.11 Closed
Issue Votes (0)
My config is simple : port 25 without ssl and auth. When sending the test mail, an error is thrown
In DefaultMailManager.java TLS is enabled by default ?