Re: RFR: 8312383: Improve SSL debug log

2024-02-07 Thread Prajwal Kumaraswamy
On Wed, 7 Feb 2024 14:19:27 GMT, Sean Coffey wrote: >> During the time of server certificate validation, users have the flexibility >> to use a custom X509 Key Manager implementation by extending >> "X509ExtendedKeyManager.". >> In such cases, printing the class name in X509Authentication.java

Re: RFR: 8312383: Improve SSL debug log

2024-02-07 Thread Sean Coffey
On Wed, 7 Feb 2024 06:36:10 GMT, Prajwal Kumaraswamy wrote: > During the time of server certificate validation, users have the flexibility > to use a custom X509 Key Manager implementation by extending > "X509ExtendedKeyManager.". > In such cases, printing the class name in X509Authentication.

RFR: 8312383: Improve SSL debug log

2024-02-06 Thread Prajwal Kumaraswamy
During the time of server certificate validation, users have the flexibility to use a custom X509 Key Manager implementation by extending "X509ExtendedKeyManager.". In such cases, printing the class name in X509Authentication.java will be helpful to trace any failure of the SSL connection due to