Juan Hernandez has posted comments on this change.

Change subject: Implement SSL session cache
......................................................................


Patch Set 7:

Built a new version of RHEV-H including this patch and verified that this can 
be installed with RHEV-M 3.0: host registered, NFS storage created, VM created 
and spice session works.

Verified manually with openssl s_client that sessions are preserved:

  # openssl s_client -connect h0.example.com:54321 -cert 
/etc/pki/rhevm/certs/rhevm.cer -key /etc/pki/rhevm/keys/rhevm_id_rsa -sess_out 
session.txt </dev/null 2>/dev/null | grep Session-ID:
    Session-ID: B2A301345AAFD93E5402662F293D919AC176DB6A5AD7162F94E19E13B14EB9F4
  # openssl s_client -connect h0.example.com:54321 -cert 
/etc/pki/rhevm/certs/rhevm.cer -key /etc/pki/rhevm/keys/rhevm_id_rsa -sess_in 
session.txt </dev/null 2>/dev/null | grep Session-ID:
    Session-ID: B2A301345AAFD93E5402662F293D919AC176DB6A5AD7162F94E19E13B14EB9F4

The performance improvement has not yet been verified.

--
To view, visit http://gerrit.ovirt.org/8123
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic75adee4070b415b8855af1f2ea289825496fbc1
Gerrit-PatchSet: 7
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Yaniv Kaul <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to