Jacob Barrett created GEODE-8611: ------------------------------------ Summary: KeyManagerFactory instantiated using the wrong algorithm source. Key: GEODE-8611 URL: https://issues.apache.org/jira/browse/GEODE-8611 Project: Geode Issue Type: Bug Reporter: Jacob Barrett
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)