384eaf773c
Motivation: In the PR #9003, the issue #8998 was supposedly solved. But actually the fix only made it so the TrustManager can use the specified keystore type instead of also supporting it in the KeyManagerFactory. In my environment, we are using PKCS#11 Keys which are then rejected by the PKCS#12 keystore. A PKCS#12 keystore is created since the keystoreType was set to null by the code from the mentioned PR. Modification: Do not ignore the keystoreType parameter during the creation of the JdkSslClientContext KeyManagerFactory. Result: Fixes #8998. |
||
---|---|---|
.. | ||
src | ||
pom.xml |