RFR: JDK-8311892: TrustManagerFactory loading an invalid keystore yield vague exception

Sean Mullan mullan at openjdk.org
Fri Jul 28 19:07:49 UTC 2023


On Fri, 28 Jul 2023 15:32:47 GMT, Bernd <duke at openjdk.org> wrote:

> Btw: the initial issue „which certificate“ would suggest the byte position beeing more important than the file name - especially if there can only be so many ways to specify one. Maybe instead of throwing the details just error log the path?

You can already get the truststore path name if you turn on debugging by specifying -Djavax.net.debug=ssl:trustmanager on the command-line.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14834#issuecomment-1656194201


More information about the security-dev mailing list