Skip to Main Content

Java Security

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.

couldn't enable TLSv1.2 in java1.8.0_221 getting error

User_4HW2EJul 20 2021

i am using java1.8.0_221 ,spring mvc 3.4 and tomcat 9, when i try to enable TLSv1.2 with cipher suite TLS_RSA_WITH_AES_256_CBC_SHA256 getting error "Ignoring unsupported cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA256 for TLSv1" . i replaced JCE jar but getting same , i have attached server.xml and detailed error file .
error.txt (4.24 KB)server.xml.txt (1.51 KB)

Comments
Post Details
Added on Jul 20 2021
0 comments
116 views