How to specify SSL/TLS protocol(s) for Mail palette activities
book
Article ID: KB0072814
calendar_today
Updated On:
TIBCO ActiveMatrix BusinessWorks
|
5.13.1, 5.14.0 HF1 and above
|
Description
The properties mail.smtp.ssl.protocols and mail.pop3.ssl.protocols can be used to specify SSL/TLS protocol(s) for Mail palette activities
Issue/Introduction
How to specify SSL/TLS protocol(s) for Mail palette activities
Resolution
Send Mail (SMTP)
Use the property mail.smtp.ssl.protocols to specify the SSL protocol(s) to be used.
For example, to connect to an SMTP server using TLS 1.2, set the property as follows
java.property.mail.smtp.ssl.protocols=TLSv1.2
Receive Mail (POP3)
Use the property mail.pop3.ssl.protocols to specify the SSL protocol(s) to be used.
For example, to connect to a POP3 server using TLS 1.2, set the property as follows
java.property.mail.pop3s.ssl.protocols=TLSv1.2
If running in Designer, add the properties to designer.tra. For deployed application, add the properties to the deployed application .tra file.
Feedback
thumb_up
Yes
thumb_down
No