Comment 31 for bug 1409667

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

Reviewed: https://review.openstack.org/167431
Committed: https://git.openstack.org/cgit/stackforge/puppet-neutron/commit/?id=aaebd801244e83d51a98df78384e6ca44fd9e268
Submitter: Jenkins
Branch: stable/icehouse

commit aaebd801244e83d51a98df78384e6ca44fd9e268
Author: Lukas Bezdicka <email address hidden>
Date: Fri Jan 2 22:44:28 2015 +0100

    Switch to TLSv1 as SSLv3 is considered insecure and is disabled by default

    Rabbitmq won't talk to us anymore if we try to use SSLv3 as it disabled
    support for SSLv3. Openstack components use python's openssl
    implementation which does not support TLSv1.1 and TLSv1.2 yet so we
    just switch to TLSv1. Support for newer TLS should come with python
    2.7.9+

    Closes-Bug: #1409667
    Change-Id: Id12adbc7f75940b2f6bd01e6080c853b15cf2116
    (cherry picked from commit f2b115c5669fd752965123950681a9fad78dcf0f)