Piotr Kliczewski has uploaded a new change for review. Change subject: ssl: change default protocol ......................................................................
ssl: change default protocol This setting breaks backward compatibility with older engines. Change-Id: I40267cb07b19d444c7d85aba6d1160c27e8fe3a6 Signed-off-by: pkliczewski <[email protected]> Bug-Url: https://bugzilla.redhat.com/1229765 --- M lib/vdsm/config.py.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/57/43457/1 diff --git a/lib/vdsm/config.py.in b/lib/vdsm/config.py.in index 3221aab..fbee478 100644 --- a/lib/vdsm/config.py.in +++ b/lib/vdsm/config.py.in @@ -196,7 +196,7 @@ ('transient_disks_repository', '@VDSMLIBDIR@/transient', 'Local path to the transient disks repository.'), - ('ssl_protocol', 'sslv23', + ('ssl_protocol', 'tlsv1', 'SSL protocol used by encrypted connection'), ('connection_stats_timeout', '3600', -- To view, visit https://gerrit.ovirt.org/43457 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I40267cb07b19d444c7d85aba6d1160c27e8fe3a6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
