Comment 13 for bug 1384487

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/icehouse)

Reviewed: https://review.openstack.org/131964
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e34ba304370aca6cbcc1c5ce4c8fc1cd4f7044e5
Submitter: Jenkins
Branch: stable/icehouse

commit e34ba304370aca6cbcc1c5ce4c8fc1cd4f7044e5
Author: Kevin Benton <email address hidden>
Date: Tue Oct 28 21:39:04 2014 -0700

    Big Switch: Fix SSL version on get_server_cert

    The ssl.get_server_certificate method uses SSLv3 by default.
    Support for SSLv3 was dropped on the backend controller in
    response to the POODLE vulnerability. This patch fixes it
    to use TLSv1 like the wrap_socket method.

    Closes-Bug: #1384487
    Change-Id: I9cb5f219d327d62168bef2d7dbee22534b2e454e
    (cherry picked from commit 77e283c94f51e21dcf126a316098c54a7cdfca0f)