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

2023-07-14 Thread Craig Andrews
On Tue, 11 Jul 2023 18:09:26 GMT, Craig Andrews wrote: > When loading the default JVM trust store, if the JVM trust store contains an > invalid certificate, the exception contains insufficient information to > determine which certificate is invalid, making it very difficult t

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

2023-07-13 Thread Craig Andrews
On Tue, 11 Jul 2023 18:09:26 GMT, Craig Andrews wrote: > When loading the default JVM trust store, if the JVM trust store contains an > invalid certificate, the exception contains insufficient information to > determine which certificate is invalid, making it very difficult t

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

2023-07-11 Thread Craig Andrews
When loading the default JVM trust store, if the JVM trust store contains an invalid certificate, the exception contains insufficient information to determine which certificate is invalid, making it very difficult to fix the problem. To reproduce the issue: 1. Modify the default JVM trust store