You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (Updated) (JIRA)" <ji...@apache.org> on 2011/10/02 23:45:33 UTC

[jira] [Updated] (QPID-3517) Inconsistent SSL configuration keys in Java Broker may cause user confusion

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

Keith Wall updated QPID-3517:
-----------------------------

    Summary: Inconsistent SSL configuration keys in Java Broker may cause user confusion  (was: Inconsistent SSL configuration keys in Java Broker differ may cause user confusion)
    
> Inconsistent SSL configuration keys in Java Broker may cause user confusion
> ---------------------------------------------------------------------------
>
>                 Key: QPID-3517
>                 URL: https://issues.apache.org/jira/browse/QPID-3517
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.13
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>            Priority: Minor
>
> In the Java Broker's configuration XML file, SSL configuration is required for both management and messaging connector.
> The messaging connector Xpaths are:
> {code}
> connector/ssl/keystorePath
> connector/ssl/keystorePassword
> {code}
> The management Xpaths are:
> {code}
> management/ssl/keyStorePath
> management/ssl/keyStorePassword
> {code}
> Unfortunately the final element names differ only in case (keyStorePath vs keystorePath etc). It is likely this will cause confusion: the user may copy and paste between the two (if securing both transports with a single cert) and could easily introduce a configuration error.  Commons Config is case sensitive.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org