[ 
https://issues.apache.org/jira/browse/THRIFT-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Zhilyaev updated THRIFT-1332:
--------------------------------------

    Attachment: TSSLTransportFactory.java.diff

> 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
>            Priority: Minor
>         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

        

Reply via email to