Re: [dev] OpenStack compute driver not working on trunk

2017-03-31 Thread anthony shaw
Some extra steps to help diagnose the problem http://stackoverflow.com/questions/18578439/using-requests-with-tls-doesnt-give-sni-support On Sat, Apr 1, 2017 at 2:19 PM, anthony shaw wrote: > May be related to downstream issues with SNI in requests/urllib3. > > Which version of requests are you

Re: [dev] OpenStack compute driver not working on trunk

2017-03-31 Thread anthony shaw
May be related to downstream issues with SNI in requests/urllib3. Which version of requests are you using? https://github.com/kennethreitz/requests/issues/749#issuecomment-19187417v Also, in <2.0 the default behaviour to allow badly signed certificates was changed. On Sat, Apr 1, 2017 at 1:50 PM

Re: [dev] OpenStack compute driver not working on trunk

2017-03-31 Thread anthony shaw
Any luck with the debugging Markos On Thu, Mar 9, 2017 at 9:42 PM, Markos Gogoulos wrote: > Hi all, > > I'm using the latest trunk, and the OpenStack driver is not working. I > believe this has to do with the recent major changes on > base.py/httplib_ssl.py , I'm trying to debug this now and wil