Re: ***UNCHECKED*** Re: trouble connecting to Azure Service Bus from OS X

2018-01-31 Thread George David
I didn't get any further. In the end, I just used the python docker image and mounted my working directory so I can test the code. I changed it to ANONYMOUS and I ran into the same error, though to be frank, I don't really understand the difference. Do I need to make any more changes to test

Re: ***UNCHECKED*** Re: trouble connecting to Azure Service Bus from OS X

2018-01-30 Thread Roddie Kieley
Did you have any further luck after? I had suspected that if you were to utilize ANONYMOUS sasl instead of PLAIN that that might avoid the issue mentioned above, but wanted to take a look at the specific container image you were using to confirm what was inside that would cause it to work ok vs.

***UNCHECKED*** Re: trouble connecting to Azure Service Bus from OS X

2018-01-26 Thread George David
I'm not exactly sure what you're asking. I used the official python 2.7.14 docker image and installed python-qpid-proton using pip. You can see what's available here: https://hub.docker.com/_/python/ ` On Thu, Jan 25, 2018 at 7:01 PM Roddie Kieley wrote: > Hi, while I have