Comment 7 for bug 1188189

Revision history for this message
Thierry Carrez (ttx) wrote : Re: Potentially insecure use of httplib.HTTPSConnection

For Cinder:

HTTPSConnection is used in Zadara driver to send commands to VPSA controller (if use_ssl = True), as well as in the Solidfire driver to communicate with SolidFire devices.

./cinder/volume/drivers/zadara.py
./cinder/volume/drivers/solidfire.py

The third instance is in unit tests where it's not so much of a problem.