]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Switch to TLSv1 as SSLv3 is considered insecure and is disabled by default
authorLukas Bezdicka <lbezdick@redhat.com>
Fri, 2 Jan 2015 19:04:10 +0000 (20:04 +0100)
committerLukas Bezdicka <social@v3.sk>
Tue, 13 Jan 2015 14:23:14 +0000 (14:23 +0000)
commitbf082e49a2dea17b1d9dd8c6c19de7f009f226cf
tree290fe07aada3cb4ab71d7ee46f9dab998f450dac
parent953ce5032cb332bf8a15e78358ee8af6f14dd7f0
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: I00cfa06030b84ae23cb8548b74cf5684562377aa
(cherry picked from commit 90247cf8cd0eac760d5b8eb986ceacf0db3fcc7f)
manifests/init.pp
spec/classes/ceilometer_init_spec.rb