Hello,
Can Microsoft please confirm if the documentation for the Service Bus ports (http://msdn.microsoft.com/en-us/library/ee706770.aspx) is incorrect for BasicHttpRelayBinding (client):
Binding | Transport Security | Port |
---|---|---|
BasicHttpRelayBinding (client) | yes | HTTP |
no | HTTPS |
Should the Transport security yes be HTTPS (443) instead of HTTP (80)? All of the other HttpRelayBinding(Client) ports indicate so.
WebHttpRelayBinding (client) | yes | HTTPS |
no | HTTP |
WS2007HttpRelayBinding (client) | yes | HTTPS |
no | HTTP |