[
https://issues.apache.org/jira/browse/KYLIN-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17182214#comment-17182214
]
ASF subversion and git services commented on KYLIN-4515:
--------------------------------------------------------
Commit d8060b658e7835fa3281ab1094bb5b14e622e133 in kylin's branch
refs/heads/master from Chen Qing
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=d8060b6 ]
KYLIN-4515 fix error with sending mail on ssl (#1214)
Here is context of this
problem:https://www.mail-archive.com/[email protected]/msg04009.html
When we set `starttlsEnabled` to true, specify a ssl port as 465, emails could
not be sent by this ssl port, It still use 25 default port.
The root cause is, with such config above, HTMLEmail client doesn't enable ssl
connection, so we need to enable ssl connection by `setSSLOnConnect` as well
when using ssl port.
> could not send mail on ssl port
> -------------------------------
>
> Key: KYLIN-4515
> URL: https://issues.apache.org/jira/browse/KYLIN-4515
> Project: Kylin
> Issue Type: Bug
> Components: Job Engine
> Affects Versions: v3.0.1
> Reporter: CHEN Qing
> Priority: Minor
> Labels: pull-request-available
> Fix For: v3.1.1
>
>
> Here is context of this
> problem:[https://www.mail-archive.com/[email protected]/msg04009.html]
> When I set {{starttlsEnabled}} to true, and specify a ssl port as 465, the
> email could not be sent by this ssl port. It still use 25 default port.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)