Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Javaviewer no ssl

Single Click discussions / bugs
Post Reply
stefano
8
8
Posts: 9
Joined: 2005-02-05 11:47

Javaviewer no ssl

Post by stefano »

Hello
I make excuses myself for my English.

I wanted to know if it were possible to use the javaviewer with proxy not the SSL, I have tried but it does not succeed to recognize the session, even if tax the value to 0 in the cgi.

Thanks
Zagrophyte
8
8
Posts: 20
Joined: 2006-03-16 21:16
Location: Atlanta
Contact:

Post by Zagrophyte »

The parameters are set up strangely.

In order to not use ssl you must OMIT/REMOVE the USESSL and TRUSTALL parameters. Perhaps you can do this via CGI and bind it to a checkbox on the html form.

USESSL=0 still loads ssl. Make sure you disable TRUSTALL as well.

For example: vncviewer HOST ??? PORT ??? [ENCODING] ??? [USESSL] 1 (filler value)

It's a filler value just like HOST ID:1234 PORT ??? is.
Last edited by Zagrophyte on 2006-03-17 19:49, edited 2 times in total.
Post Reply