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

Ganesh Murthy updated DISPATCH-281:
-----------------------------------
    Description: 
When the router connects to MS Azure it sends an open frame without a host 
name. The config I have is the following - 
{noformat}
ssl-profile {
    name: azure-ssl-profile
    cert-db: /home/gmurthy/opensource/dispatch/azure/abcd.pem
}

connector {
    name: AZURE
    addr: yyyy.servicebus.windows.net
    port: 5671
    role: on-demand
    sasl-mechanisms: PLAIN
    saslUsername: YYYYY
    saslPassword: abcd
    ssl-profile: azure-ssl-profile
} 
{noformat}

I see this following error from Azure - 

{noformat}
[0x7f1b1c00f1a0]:0 <- @open(16) 
[container-id="36ec298032014c258bf1752b651cda96_G11", max-frame-size=65536, 
channel-max=4999, idle-time-out=240000, 
properties={:"com.microsoft:open-error"=@error(29) 
[condition=:"amqp:connection:forced", description="Host name (open.hostname) 
must be set. 
TrackingId:36ec298032014c258bf1752b651cda96_G11,TimeStamp:4/18/2016 4:51:01 
PM"]}]
[0x7f1b1c00f1a0]:0 <- @close(24) [error=@error(29) 
[condition=:"amqp:connection:forced", description="Host name (open.hostname) 
must be set. 
TrackingId:36ec298032014c258bf1752b651cda96_G11,TimeStamp:4/18/2016 4:51:01 
PM"]]
{noformat}

  was:
When the router connects to MS Azure it sends an open frame without a host 
name. The config I have is the following - 
{noformat}
ssl-profile {
    name: azure-ssl-profile
    cert-db: /home/gmurthy/opensource/dispatch/azure/abcd.pem
}

connector {
    name: AZURE
    addr: yyyy.servicebus.windows.net
    port: 5671
    role: on-demand
    sasl-mechanisms: PLAIN
    saslUsername: YYYYY
    saslPassword: abcd
    ssl-profile: azure-ssl-profile
} 
{noformat}


> Hostname not sent in open frame on connectors
> ---------------------------------------------
>
>                 Key: DISPATCH-281
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-281
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Container
>    Affects Versions: 0.6
>            Reporter: Ganesh Murthy
>
> When the router connects to MS Azure it sends an open frame without a host 
> name. The config I have is the following - 
> {noformat}
> ssl-profile {
>     name: azure-ssl-profile
>     cert-db: /home/gmurthy/opensource/dispatch/azure/abcd.pem
> }
> connector {
>     name: AZURE
>     addr: yyyy.servicebus.windows.net
>     port: 5671
>     role: on-demand
>     sasl-mechanisms: PLAIN
>     saslUsername: YYYYY
>     saslPassword: abcd
>     ssl-profile: azure-ssl-profile
> } 
> {noformat}
> I see this following error from Azure - 
> {noformat}
> [0x7f1b1c00f1a0]:0 <- @open(16) 
> [container-id="36ec298032014c258bf1752b651cda96_G11", max-frame-size=65536, 
> channel-max=4999, idle-time-out=240000, 
> properties={:"com.microsoft:open-error"=@error(29) 
> [condition=:"amqp:connection:forced", description="Host name (open.hostname) 
> must be set. 
> TrackingId:36ec298032014c258bf1752b651cda96_G11,TimeStamp:4/18/2016 4:51:01 
> PM"]}]
> [0x7f1b1c00f1a0]:0 <- @close(24) [error=@error(29) 
> [condition=:"amqp:connection:forced", description="Host name (open.hostname) 
> must be set. 
> TrackingId:36ec298032014c258bf1752b651cda96_G11,TimeStamp:4/18/2016 4:51:01 
> PM"]]
> {noformat}



--
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