Comment 10 for bug 1486056

Revision history for this message
Alex Schultz (alex-schultz) wrote :

We have committed a fix to disable the tests if ssl is enabled for 7.0 as it is too late in the cycle to fix the underlying issue.
There are two issues here, 1) the ability of the fuel master to talk to the public vip and 2) leveraging the proxy to talk to the public vip is failing with a connection refused error. The proxy issue is caused by the underlying urllib3 version that is causing the https proxy connection to try and be reused for https. The connection cannot be reused and we would need to either backport a fix or upgrade to a newer version of urllib3. The change(s) in urllib3 that would address the proxy issue is:

 https://github.com/shazow/urllib3/pull/365
 https://github.com/shazow/urllib3/pull/369

As we are close to HCF, we can't risk the backport for 7.0. So lowering the issue as the test is now disabled and adding 8.0 to the bug.