Re: [openstack-dev] [oslo] No complains about rabbitmq SSL problems: could we have this in the logs?

2018-11-05 Thread Ken Giusti
Hi Mohammed, What release of openstack are you using? (ocata, pike, etc) Also just to confirm my understanding: you do see the SSL connections come up, but after some time they 'hang' - what do you mean by 'hang'? Do the connections drop? Or do the connections remain up but you start seeing

Re: [openstack-dev] [oslo] No complains about rabbitmq SSL problems: could we have this in the logs?

2018-11-02 Thread Ken Giusti
Hi, There does seem to be something currently wonky with SSL & oslo.messaging. I'm looking into it now. And there's this recently reported issue: https://bugs.launchpad.net/oslo.messaging/+bug/1800957 In the above bug something seems to have broken SSL between ocata and pike. The current

Re: [openstack-dev] [oslo] No complains about rabbitmq SSL problems: could we have this in the logs?

2018-11-01 Thread Thomas Goirand
On 10/31/18 2:40 PM, Mohammed Naser wrote: > For what it’s worth: I ran into the same issue. I think the problem lies a > bit deeper because it’s a problem with kombu as when debugging I saw that > Oslo messaging tried to connect and hung after. > > Sent from my iPhone > >> On Oct 31, 2018,

Re: [openstack-dev] [oslo] No complains about rabbitmq SSL problems: could we have this in the logs?

2018-10-31 Thread Mohammed Naser
For what it’s worth: I ran into the same issue. I think the problem lies a bit deeper because it’s a problem with kombu as when debugging I saw that Oslo messaging tried to connect and hung after. Sent from my iPhone > On Oct 31, 2018, at 2:29 PM, Thomas Goirand wrote: > > Hi, > > It took

[openstack-dev] [oslo] No complains about rabbitmq SSL problems: could we have this in the logs?

2018-10-31 Thread Thomas Goirand
Hi, It took me a long long time to figure out that my SSL setup was wrong when trying to connect Heat to rabbitmq over SSL. Unfortunately, Oslo (or heat itself) never warn me that something was wrong, I just got nothing working, and no log at all. I'm sure I wouldn't be the only one happy about