Bonjour,
Je voudrais utiliser le viewver Java d'UltraVNC avec un reverse proxy Apache (mod_proxy).
J'ai donc le schéma suivant :
PC ext ----> Internet ---Firewall --Port 443--> reverse proxy ---> serveur UltraVNC
Ma config reverse proxy :
ProxyPass /vnc-1/
http://192.168.83.120:5800/ProxyPassReverse /vnc-1/
http://192.168.83.120:5800/Jusque là tout va bien, sauf que, quand je me connecte sur :
https://admin.mondomaine.fr/vnc-1/je suis bien redirigé sur la machine 192.168.183.120 sur le port 5800, mais au lieu d'avoir l'écran de connexion UltraVNC, j'ai le contenu de la page :
----------------------------------------------------------------------------
<HTML>
<HEAD><TITLE> [vm-mmprod1] </TITLE></HEAD>
<BODY>
<SPAN style='position: absolute; top:0px;left:0px'>
<OBJECT
ID='VncViewer'
classid = 'clsid:8AD9C840-044E-11D1-B3E9-00805F499D93'
codebase = '
http://java.sun.com/update/1.4.2/jinstall-1_4-windows-i586.cab#Version=1,4,0,0'
WIDTH = 1024 HEIGHT = 800 >
<PARAM NAME = CODE VALUE = VncViewer.class >
<PARAM NAME = ARCHIVE VALUE = VncViewer.jar >
<PARAM NAME = 'type' VALUE = 'application/x-java-applet;version=1.4'>
<PARAM NAME = 'scriptable' VALUE = 'false'>
<PARAM NAME = PORT VALUE=5900>
<PARAM NAME = ENCODING VALUE=Tight>
<PARAM NAME = 'Open New Window' VALUE='Yes'>
<COMMENT>
<EMBED
type = 'application/x-java-applet;version=1.4' \
CODE = VncViewer.class \
ARCHIVE = VncViewer.jar \
WIDTH = 1024 \
HEIGHT = 800 \
PORT =5900 \
ENCODING =Tight \
scriptable = false \
pluginspage ='
http://java.sun.com/products/plugin/index.html#download'> <NOEMBED>
</NOEMBED>
</EMBED>
</COMMENT>
</OBJECT>
</SPAN>
</BODY>
</HTML>
----------------------------------------------------------------------------
Je ne sais pas où est l'erreur ...
Quelqu'un pourrait-il m'aider ?
Merci d'avance
François