GitHub user roelens8 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1139

    ARTEMIS-1074 Acceptors/Connectors now start up when configured to use SSL 
and a password codec

    -Updates the NettyConnector and NettyAcceptor classes to pass in the 
password codec property as an argument into the 
ConfigurationHelper:getPasswordProperty() method when initializing the keystore 
and truststore passwords.
    
    -When using the default password codec, passwords are required to be 
encrypted. If an unencrypted password was passed into the decode method, then 
an exception would get thrown that doesn't explain to user what went wrong. 
Fixed this issue to throw a new Configuration exception with a message saying 
the password must be encrypted when an unencrypted password is passed in.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/roelens8/activemq-artemis ARTEMIS-1074

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1139.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1139
    
----
commit 2713953c305bb13ced92d75948633d4f119dbd18
Author: Armand Roelens <[email protected]>
Date:   2017-03-27T21:59:02Z

    ARTEMIS-1074 Acceptors/Connectors now start up when configured to use SSL 
and a password codec

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to