Comment 13 for bug 1646761

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

Reviewed: https://review.openstack.org/453109
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=c8f0798a1079e098d9da83273c5ad53755fbcaf2
Submitter: Jenkins
Branch: stable/ocata

commit c8f0798a1079e098d9da83273c5ad53755fbcaf2
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