-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF49, 11.x, 2021.5
-
Component/s: Core
-
Release Notes Summary:SSL protocol is configurable for the SMTP connection.
-
Tags:
-
Backlog priority:500
User should be allowed to specify the SSL protocol they'd like to use when sending emails. Currently the workaround is to add the following line in templates/common-base/conf/Catalina/localhost/nuxeo.xml.nxftl
mail.${mail.transport.protocol}.ssl.protocols="TLSv1.2"
Need to have a nuxeo.conf property to specify the protocol to use. Default value can be what is currently defined.