Comment 10 for bug 1646761

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

Reviewed: https://review.openstack.org/452144
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=7261e43577da1db39744c64ee0c37f2121182c1e
Submitter: Jenkins
Branch: master

commit 7261e43577da1db39744c64ee0c37f2121182c1e
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