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!

couldn't enable TLSv1.2 with cipher suite TLS_RSA_WITH_AES_256_CBC_SHA256

User_4HW2EJul 20 2021 — edited Jul 20 2021

i am using java 1.8.0_221 , spring mvc 3.4 and tomcat 9 when i try to enable the TLSv1.2 in server.xml file getting error Ignoring unsupported cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA256 for TLSv1, i have attched the server.xml and error file below. i have replaced the jce with jce 8 but again getting same error
server.xml.txt (1.51 KB)error.txt (4.09 KB)

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