TSSLTransportParameters class uses hard coded value keyManagerType: SunX509 ---------------------------------------------------------------------------
Key: THRIFT-1332 URL: https://issues.apache.org/jira/browse/THRIFT-1332 Project: Thrift Issue Type: Improvement Components: Java - Library Affects Versions: 0.7, 0.6.1, 0.6 Reporter: Vladimir Zhilyaev Priority: Minor TSSLTransportParameters class uses hard coded value keyManagerType. The value in use: "SunX509". This value is valid only for Sun JVM. Proposed solution: use KeyManagerFactory.getDefaultAlgorithm() and TrustManagerFactory.getDefaultAlgorithm(), which return appropriate values for each JVM. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira