You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ganesh Murthy (JIRA)" <ji...@apache.org> on 2015/10/12 22:40:05 UTC

[jira] [Updated] (DISPATCH-181) ssl_enabled flag on the config set to true if "password" is one of the fields in the config file

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

Ganesh Murthy updated DISPATCH-181:
-----------------------------------
    Description: 
The config->ssl_enabled is set to true if any of the following attributes are present in the qdrouterd config file (qdrouterd.conf)

"certDb", "certFile", "keyFile", "passwordFile", "password"

I introduced two fields (user name and password) in qdrouter.json file and because of the above code the config->ssl_enabled is always set to true and the underlying proton API always tries to do an SSL handshake. 

The "password" field should be removed from the above list

  was:
The config->ssl_enabled is set to true if any of the following attributes are present in the qdrouterd config file (qdrouterd.conf)

"certDb", "certFile", "keyFile", "passwordFile", "password"

I introduced two fields (user name and password) in qdrouter.json file and because of the above code the config->ssl_enabled is always set to true and the underlying proton API always tries to do a SSL handshake. 

The "password" field should be removed from the above list


> ssl_enabled flag on the config set to true if "password" is one of the fields in the config file
> ------------------------------------------------------------------------------------------------
>
>                 Key: DISPATCH-181
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-181
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Router Node
>    Affects Versions: 0.5
>            Reporter: Ganesh Murthy
>
> The config->ssl_enabled is set to true if any of the following attributes are present in the qdrouterd config file (qdrouterd.conf)
> "certDb", "certFile", "keyFile", "passwordFile", "password"
> I introduced two fields (user name and password) in qdrouter.json file and because of the above code the config->ssl_enabled is always set to true and the underlying proton API always tries to do an SSL handshake. 
> The "password" field should be removed from the above list



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org