Comment 46 for bug 1188189

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/76476
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=5bd4c2984d329625a2a8442b316fa235dbb88a3d
Submitter: Jenkins
Branch: master

commit 5bd4c2984d329625a2a8442b316fa235dbb88a3d
Author: Daniel Gollub <email address hidden>
Date: Wed Feb 26 06:56:13 2014 +0100

    Replace httplib.HTTPSConnection in ec2_token

    httplib.HTTPSConnection is known to not verify SSL certificates in Python 2.x.
    Implementation got adapted to make use of the requests module instead.

    SSL Verification is from now on enabled by default.

    Can be disabled via an additional introduced configuration option:

    `keystone_ec2_insecure=True`

    SecurityImpact
    DocImpact
    Partial-Bug: 1188189

    Change-Id: Ie6a6620685995add56f38dc34c9a0a733558146a