You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2015/06/03 04:24:49 UTC

[jira] [Resolved] (AMQ-5789) ActiveMQSslConnectionFactory hardcodes the KeyStore type

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

Hadrian Zbarcea resolved AMQ-5789.
----------------------------------
    Resolution: Fixed

Committed fix and test in all 3 branches.

> ActiveMQSslConnectionFactory hardcodes the KeyStore type
> --------------------------------------------------------
>
>                 Key: AMQ-5789
>                 URL: https://issues.apache.org/jira/browse/AMQ-5789
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.10.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>             Fix For: 5.10.3, 5.11.2, 5.12.0
>
>
> The issue is present in earlier versions but only 5.10.x and up are maintained right now. At the very minimum we should use KeyStore.getDefaultType() but even that is not sufficient, as one may use a different keystore type (such as pkcs12, bks, keychain on osx, etc) and it should be configurable. The default should be getDefaultType, as defined in java.security (which is by default, jks, so there shouldn't be any impact on current users).
> I am testing a patch should be able to commit it in a day or two.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)