Bug 1041831 - [RFE][python-glanceclient]: Use python-openssl for https connections
Summary: [RFE][python-glanceclient]: Use python-openssl for https connections
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/pyth...
Whiteboard: upstream_milestone_v0.6.0 upstream_st...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 19:32 UTC by RHOS Integration
Modified: 2015-03-19 17:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:40:18 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 19:32:26 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-glanceclient/+spec/ssl-connect-rework.

Description:

Update VerifiedHTTPSConnection to use python-openssl for its connect method.

In Python 2.7 there are limited ssl features.

Using python-openssl would allow:

* The ability to disable SSL compression on a per connection basis for performance reasons. With compressed qcow2 images the download performance can increase by  more than 400% when the redundant compression is disabled.
* Neater loading of the default system CA cert files.

Note that much of the functionality in python-openssl maps to Python 3.3 so if/when we move to a newer version of Python replacing the python-openssl code with Python 3.3 code should be simple.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.