On Fri, 28 Jul 2023 15:32:47 GMT, Bernd <d...@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