[pve-devel] r5430 - vncterm/pve2/tigerpatches
svn-commits at proxmox.com
svn-commits at proxmox.com
Tue Jan 25 08:11:27 CET 2011
Author: dietmar
Date: 2011-01-25 08:11:27 +0100 (Tue, 25 Jan 2011)
New Revision: 5430
Modified:
vncterm/pve2/tigerpatches/trust-manager.patch
Log:
Modified: vncterm/pve2/tigerpatches/trust-manager.patch
===================================================================
--- vncterm/pve2/tigerpatches/trust-manager.patch 2011-01-25 07:08:03 UTC (rev 5429)
+++ vncterm/pve2/tigerpatches/trust-manager.patch 2011-01-25 07:11:27 UTC (rev 5430)
@@ -1,7 +1,10 @@
Unfortunately the java certificate store does not correctly access
- the browser certificate store (firefox, chrome). So we implement our
- own trust manager, and allow to pass the certificate as applet
+ the browser certificate store (firefox, chrome). We also tunnel VNC
+ traffic from other cluster nodes.
+
+ So we implement our own trust manager, and allow to pass the server
+ certificate (or CA who signed the server certificate) as applet
parameter "PVECert" (newline encoded as '|').
Index: new/java/src/com/tigervnc/vncviewer/X509Tunnel.java
More information about the pve-devel
mailing list