Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JAVAMAIL TLSv1.2

User_GH6EHDec 22 2021

Hello,
In JavaMail How can I enforce TLSv1.2 ? Is there a way to alternate the SSL protocol to TLSv1.2 without changing my company webbapp sourcecode ? is there a modified javamail.jar that supports TLSv1.2 by default ? I cannot reach my company webapp sourcecode to add properties.put("mail.smtp.ssl.protocols", "TLSv1.2");
:((((((((((

Comments
Post Details
Added on Dec 22 2021
0 comments
276 views