Comment 14 for bug 1646761

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

Reviewed: https://review.openstack.org/453111
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=7875c960ac700c626770331b22c906127720d043
Submitter: Jenkins
Branch: stable/newton

commit 7875c960ac700c626770331b22c906127720d043
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