Comment 9 for bug 1646761

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/7.0)

Reviewed: https://review.openstack.org/453564
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=f74b7243f0b1f0e737b5c2a7b28ec47a702c6cdb
Submitter: Jenkins
Branch: stable/7.0

commit f74b7243f0b1f0e737b5c2a7b28ec47a702c6cdb
Author: Sergii Rizvan <email address hidden>
Date: Fri Mar 31 13:44:55 2017 +0300

    Exclude anonymous cipher suites from Cobbler SSL configuration

    The server used to be configured to support anonymous cipher suites
    with no key authentication. These ciphers are highly vulnerable
    to man in the middle attacks.

    New configuration applies only strong cipher suites on SSL server.

    Change-Id: I8ecac040a77614fd78188995a873b85c94781411
    Closes-Bug: #1646761