Service Bus 1.0 installed locally on the same machine
- using DNS based namespaces
- DNS entry in HOSTs file
- Valid certificate for DNS entry
All works great - connections created / listening on queues... (requires session) - so times out after N minutes...
THEN : code executes a WCF client -> invokes a call to a server residing outside our network -> so it goes through the proxy...
---> then N minutes later -> when the STS token times out -> I get -
MessagingException: The token provider service was not avaliable when obtaining a token for .... ---> System.Net.WebException: The remote server returned an error: (502) Bad Gateway.
restart the app domain and all is well until the WCF client makes a call...????? why is STS using the proxy for local addresses?