Wildcard SSL-VNC TLS handshake issue

wahmed

Famous Member
Oct 28, 2012
1,147
58
113
Calgary, Canada
www.symmcom.com
I recently installed wildcard SSL from Comodo in a Proxmox cluster and now VNC does not work any more. No matter which node i am trying to access it gives me the following error message:
Code:
Error: TLS handshake failed javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

SSL is installed exactly as suggested in Proxmox wiki and verified that it is working properly. All nodes also have been rebooted just in case instead of just restarting services.
Any idea?

It is on Proxmox 3.3.
 
On the client(s) from which you use vnc you need to delete the cached vnc client (use the Java console) so that you get a fresh vnc client from your proxmox node.
 
On the client(s) from which you use vnc you need to delete the cached vnc client (use the Java console) so that you get a fresh vnc client from your proxmox node.
No go. Cleared both Firefox and Chrome cache including Java cache. But getting the same handshake error. I turned on the console viewer and below is the data:
Code:
Initializing...
Connecting to 10.0.0.7, port 5900...
Connected to server
RFB server supports protocol version 3.8
Using RFB protocol version 3.8
VeNCrypt chooser
X509Plain
Generating TLS context
Doing TLS handshake
Error: TLS handshake failed javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
java.lang.Exception: TLS handshake failed javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
    at com.tigervnc.vncviewer.TLSTunnelBase.setup(TLSTunnelBase.java:73)
    at com.tigervnc.vncviewer.RfbProto.authenticateX509(RfbProto.java:416)
    at com.tigervnc.vncviewer.VncViewer.doAuthentification(VncViewer.java:445)
    at com.tigervnc.vncviewer.VncViewer.doAuthentification(VncViewer.java:406)
    at com.tigervnc.vncviewer.VncViewer.connectAndAuthenticate(VncViewer.java:385)
    at com.tigervnc.vncviewer.VncViewer.run(VncViewer.java:202)
    at java.lang.Thread.run(Unknown Source)
RFB socket closed

There no firewall in between. Trying to open the VNC console from local node.