commit 0f9652d92e175a1f7dc3c2a37ab444b8f189375a
Author: Daniel Gollub <email address hidden>
Date: Sun Feb 23 09:30:00 2014 +0100
Replace httplib.HTTPSConnection in unittests
SSL Verification is from now on enabled by default for the
TestOpenStackClient. So far no unittests was making actively use of
httplib.HTTPSConnection.
Intention is to reduce noise of audits/scanners which look for Python 2.x
httplib.HTTPSConnection missing SSL verification. By completely abandoning the use
of httplib.HTTPSConnection.
Reviewed: https:/ /review. openstack. org/75667 /git.openstack. org/cgit/ openstack/ cinder/ commit/ ?id=0f9652d92e1 75a1f7dc3c2a37a b444b8f189375a
Committed: https:/
Submitter: Jenkins
Branch: master
commit 0f9652d92e175a1 f7dc3c2a37ab444 b8f189375a
Author: Daniel Gollub <email address hidden>
Date: Sun Feb 23 09:30:00 2014 +0100
Replace httplib. HTTPSConnection in unittests
SSL Verification is from now on enabled by default for the ckClient. So far no unittests was making actively use of HTTPSConnection .
TestOpenSta
httplib.
Intention is to reduce noise of audits/scanners which look for Python 2.x HTTPSConnection missing SSL verification. By completely abandoning the use HTTPSConnection .
httplib.
of httplib.
Change-Id: Ic0352cf453d5c4 1f09084a6d68b33 93b8ddda84a
Partial-Bug: 1188189