A few weeks ago I contacted supercoe regarding my idea of using https for firewall/proxy traversal in ChunkVNC. supercoe was interested in that and now I have something to show to the public.
My proof of concept is based on stunnel. http://stunnel.mirt.net/
Stunnel is used to encapsulate the vnc session into a encrypted https connection to the repeater.
The setup is as follows:
[InstantSupport]
VNC server connects at 127.0.0.1:5901
stunnel listens for connections to 127.0.0.1:5901 and connects to the repeater at port 443 via https
[repeater]
stunnel on the repeater decrypts and forwards to 127.0.0.1:5901
[viewer]
viewer connects the repeater at port 5500

How to use:
On the repeater you have to run the repeater and stunnel.
For the client and viewer use the https option in the compiler to get working executables.
What is missing:
- proxy detection for stunnel on InstantSupport side (registry?!?)
- generation of certificates for https via compiler
- ...
Where to download:
http://www.walkernerds.com/chunkvnc/ext ... _https.zip - thanks to supercoe
Whats next:
Feel free to discuss my idea. I can not say how much time I can spend for this to get out a stable version in near future. So help is very welcome.

Regards
--Pennywise--