Dan Kenigsberg has submitted this change and it was merged. Change subject: host-deploy: getChainFromSSL: acquire chain from session and not negotiation ......................................................................
host-deploy: getChainFromSSL: acquire chain from session and not negotiation Although the negotiation seems to be the right place to acquire the chain, in some cases (such as the one reported in https://bugzilla.redhat.com/show_bug.cgi?id=1058016 ), it was missing the root certificate authority, while the chain out of the session is a complete one. Change-Id: I397f1341984f78e8fc0a07e9256eeac362b0fcaf Signed-off-by: Alon Bar-Lev <[email protected]> Reviewed-on: http://gerrit.ovirt.org/23773 Reviewed-by: Douglas Schilling Landgraf <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm_reg/deployUtil.py.in 1 file changed, 9 insertions(+), 28 deletions(-) Approvals: Alon Bar-Lev: Verified Douglas Schilling Landgraf: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/23773 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I397f1341984f78e8fc0a07e9256eeac362b0fcaf Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
