[ https://issues.apache.org/jira/browse/THRIFT-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100476#comment-13100476 ]
Hudson commented on THRIFT-1332: -------------------------------- Integrated in Thrift #253 (See [https://builds.apache.org/job/Thrift/253/]) THRIFT-1332: TSSLTransportParameters class uses hard coded value keyManagerType: SunX509 Client: java Patch: Vladimir Zhilyaev Convert Keymanger and TrustManager over to using detected jvm values rather than hard coded. jfarrell : http://svn.apache.org/viewvc/?view=rev&rev=1166798 Files : * /thrift/trunk/lib/java/src/org/apache/thrift/transport/TSSLTransportFactory.java > 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.6, 0.6.1, 0.7 > Reporter: Vladimir Zhilyaev > Assignee: Vladimir Zhilyaev > Priority: Minor > Fix For: 0.8 > > Attachments: TSSLTransportFactory.java.diff > > > 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