Comment 8 for bug 1646761

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

Reviewed: https://review.openstack.org/453561
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=0594f862d61d1f4763f5f825b66aad350d116e05
Submitter: Jenkins
Branch: stable/mitaka

commit 0594f862d61d1f4763f5f825b66aad350d116e05
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