Uhh, use SSL...
authorQuentin Smith <quentin@mit.edu>
Sun, 28 Oct 2007 06:25:24 +0000 (02:25 -0400)
committerQuentin Smith <quentin@mit.edu>
Sun, 28 Oct 2007 06:25:24 +0000 (02:25 -0400)
svn path=/trunk/web/; revision=220

templates/vnc.tmpl

index 1581f63..53de616 100644 (file)
@@ -13,7 +13,7 @@ Console to $machine.name
 <p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
 #end if
 <p>Here is a console to ${machine.name}.</p>
-<APPLET CODE="VncViewer.class" ARCHIVE="http://$hostname:446/static/VncViewer.jar"
+<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
         WIDTH="100%" HEIGHT="100%">
 <PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="10003">