Blocks :
|
|
CSR :
|
|
Relates :
|
|
Relates :
|
JDK-8355771 :
|
The current key manager is SunX509, which is configured in the java.security. The SunX509 algorithm does not check of the local certificate, and there are known problems if there are multiple certificates in the local key store (see JDK-8199440). The PKIX algorithm should be preferred now so that the default key manager could be more robust. java.security: - ssl.KeyManagerFactory.algorithm=SunX509 + ssl.KeyManagerFactory.algorithm=PKIX
|