-
Bug
-
Resolution: Unresolved
-
Major
-
None
Both SSLEJBRemoteClientTestCase and SSLEJBRemoteRemotingClientTestCase started to fail since JDK 26 build 10.
After bisecting I identified the following JDK commit to be introducing the regression:
https://github.com/openjdk/jdk/commit/e544cd992099ef905266610c2c1456705cdc4587
Setting -Djdk.tls.SunX509KeyManager.certChecking=false resolves the regression
but would be better if security team would have a look at this issue.