[ 
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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to