0

I've been struggling with some Azure ServiceBus communication issues and after some time I pinned it down to my company's web proxy. However from what I've researched, it should be working despite that proxy.

My expectation is that the new ServiceBus library should also be dropping back to HTTPS (documentation here) but it isn't appearing to do so. There's a number of GitHub issues on this previously not working, but they all state that it should be fixed in 1.1.0 and I'm using 3.0.2 (installed from NuGet with all dependencies last week).

Is there something explicit I need to do to enable it, or is there some further change in behaviour between the two implementations?

Synopsis (links to sample code I was using, and port monitoring done via Process Monitor):

It's left me scratching my head as to why the former works but the latter doesn't.

dlanod
  • 8,664
  • 8
  • 54
  • 96
  • 2
    Have a look at [this question and answers](https://stackoverflow.com/questions/50764285/cannot-connect-to-azure-servicebus-with-microsoft-azure-servicebus) – Mikhail Shilkov Jun 25 '18 at 07:23
  • 1
    Thanks, that's it. I've voted to close my question rather than deleted because I'd search high and low but that question never made it to Google or StackOverflow results. – dlanod Jun 25 '18 at 23:06

0 Answers0