BouncyCastle 1.77 generating Failed to read/write record errors in jdk1.6.0_24 #1852
Unanswered
bgrembowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I am trying to add TLS1.2 support to a Java 6 application using BC 1.77 on jdk1.6.0_24, running on Tomcat 6 and Windows Server 2019 Standard.
Everything is working fine with the application, and I am able to connect at https://(domain):8443, but I am having an issue with errors being generated in catalina.log, similar to these two:
and
I have checked the discussions in the github repository and StackOverflow, but nothing has helped.
I did update from using BC 1.71 to 1.77; the results are the same for both versions.
Specifically, I have the following BC libraries in jdk1.6.0_24\jre\lib\ext:
These errors are not affecting the application (apparently), but they are filling up the logs.
Can anyone help me determine what is causing these errors?
Please let me know if you need any more information.
Thanks,
Bruce
Beta Was this translation helpful? Give feedback.
All reactions