[
https://issues.apache.org/jira/browse/GEODE-8611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219330#comment-17219330
]
ASF subversion and git services commented on GEODE-8611:
--------------------------------------------------------
Commit a048a7204f6110eedc97e20562f09463fbc9ce51 in geode's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a048a72 ]
GEODE-8611: Fixes default KeyManagerFactory instantiation. (#5629)
* Uses the default KeyManagerFactory algorithm property.
* Adds unit test.
* Adds integration test.
> KeyManagerFactory instantiated using the wrong algorithm source.
> ----------------------------------------------------------------
>
> Key: GEODE-8611
> URL: https://issues.apache.org/jira/browse/GEODE-8611
> Project: Geode
> Issue Type: Bug
> Affects Versions: 1.13.0, 1.14.0
> Reporter: Jacob Barrett
> Priority: Major
> Labels: pull-request-available
>
> The JSSE {{KeyManagerFactory}} is instantiated using the default algorithm
> for the {{TrustManagerFactory}}. While most like they will both use the same
> algorithm if it was necessary to have them be different we could not. Setting
> the {{ssl.TrustManagerFactory.algorithm}} system property would affect both
> manger factories and {{ssl.KeyManagerFactory.algorithm}} would have no affect.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)