Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ClassLoader.getResourceAsStream returns null (not an exception) for a missing
classpath: resource, so a missing serverSslCert=classpath:... was passed to
Netty as a null trust manager, which silently uses the JDK system trust store
and defeats certificate pinning, regardless of fallbackToSystemTrustStore.