> -----Original Message-----
> From: David Russcol [mailto:[EMAIL PROTECTED]]
> I'm looking for a way to serve up the VNC applet via HTTPS, 
> such that I 
> could browse my desktop securely using only a java-enabled 
> web browser 

Be warned: THis only secures the transmission of the HTML page and the Java
app. Not the RFB communication, that is still on prot 5900! (see the html
page source for details)


> (yes, I know about SSH tunnels, but in some cases I'm unable to 
> install/run outside software such as putty or ssh). Would it 
> be enough 
> to set up apache-ssl to serve an HTML file with an applet tag calling 
> for vncviewer.jar/.class, with the proper parameters? Or 
> would that not 
> cause the traffic to be encrypted?

No: that only encrypts what everyone can get from the internet for free...

> 
> I'm using Windows XP (although I have cygwin, so I can at 
> least make a 
> stab at any unix-y solution). Any help would be appreciated. I'm also 
> not on this list, so please cc: me in any response, if 
> possible. If this 
> is a breach of etiquette, let me know and I'll subscribe.

If security is an issue, don't use the webserver or java browser. Better
play some hide and seek with the communicaiton and scrambel that one: put
the rfb communication (port 5900) to an other port and scramble that.


CBee
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to