summaryrefslogtreecommitdiffstats
path: root/classes/ssl/proxy.vnc
diff options
context:
space:
mode:
Diffstat (limited to 'classes/ssl/proxy.vnc')
-rw-r--r--classes/ssl/proxy.vnc5
1 files changed, 4 insertions, 1 deletions
diff --git a/classes/ssl/proxy.vnc b/classes/ssl/proxy.vnc
index 9bb30e4..5c3b207 100644
--- a/classes/ssl/proxy.vnc
+++ b/classes/ssl/proxy.vnc
@@ -52,6 +52,9 @@ SignedVncViewer.jar is just a signed version of VncViewer.jar
The URL to use for this file: https://host:port/proxy.vnc
+Note LIBVNCSERVERPORT, we assume $PARAMS will have the correct PORT setting
+(e.g. 563), not the one libvncserver puts in....
+
-->
@@ -61,7 +64,7 @@ $USER's $DESKTOP desktop ($DISPLAY)
</TITLE>
<APPLET CODE=VncViewer.class ARCHIVE=SignedVncViewer.jar
WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
-<param name=PORT value=$PORT>
+<param name=LIBVNCSERVERPORT value=$PORT>
<param name="Open New Window" value=yes>
$PARAMS
</APPLET>