Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

vncviewer-ssl.exe

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
Leaskie
8
8
Posts: 12
Joined: 2005-03-29 13:50

vncviewer-ssl.exe

Post by Leaskie »

Hi all,

I am having a bit of a moment this afternoon. If i want to run the vncviewer-ssl.exe via a command line what are the settings?

eg

vncviewer -id 3333 -sslproxy -connect 10.0.0.15:443

The above does'nt work.

Cheers guys
Leaskie
8
8
Posts: 12
Joined: 2005-03-29 13:50

Post by Leaskie »

I have figured out what does seem to work

vncviewer -connect ID:3333 -proxy xx.xx.xx.xx::443

This connects. Is this right for the sslproxy??
bevtech
800
800
Posts: 2168
Joined: 2005-08-03 14:07
Location: Pennsylvania, United States

Post by bevtech »

SSL is still in beta.

You have to have an Ip that is direct ported to the 433 no nat or double nat it will not work. You only can use port 433

proxy would be the Ip address of your SSL Repeater.

The SC III is something like this
-id 3333 -sslproxy -connect xxx.xxx.xxx.xxx:443 -noregistry


note: -noregistry is for msrc4 encyrption

And your viewer would be
"C:\Program Files\UltraVNC\vncviewerssl.exe" -proxy xxx.xxx.xxx.xxx::5900 ID:3333

5900 is your accept port in your repeater it can be a different port

Hope this helps,
Bevtech

Windows XP Home, Pro SP2, Windows 2003 SBS server SP2(EN), Windows Media Center Editon 2005,Windows Vista Home Prem.,Fedora Core 6,Win9X, PChelpware Rel 1.0,
UVNC V 1.0.8.2

User not developer..;)
Leaskie
8
8
Posts: 12
Joined: 2005-03-29 13:50

Post by Leaskie »

Yeah i have got it working now.

Thanks.
Post Reply