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

RFB 3.8 Issues

Post Reply
jerick70
Posts: 2
Joined: 2009-08-06 22:34

RFB 3.8 Issues

Post by jerick70 »

Hi,

A little background first. I am running Ubuntu 10.10 Linux with SSVNC 1.0.27 to connect to my Windows systems. I am using the MSRC4 encryption plugin with MS Logon Groups. I can connect fine with 1.0.8.2 server and this version of SSVNC. When I install 1.0.9.1 or 1.0.9.5 of UltraVNC server I cannot connect with SSVNC. Here is the output from SSVNC...

Proto: RFB 003.008

Connected to RFB server, using protocol version 3.8
Server did not offer supported security type:
sectype[0] 17
sectype[1] 113
Security-Type: 0 (rfbSecTypeInvalid) Latency: 3.61 ms

VNC Viewer exiting.

Any help would be appreciated.

Thanks,
Jeff
jerick70
Posts: 2
Joined: 2009-08-06 22:34

Re: RFB 3.8 Issues

Post by jerick70 »

So no one can help with this?

I don't know if this will help. Here is the output from logging of the UVNC server.

Mon Dec 13 10:13:41 2010
vsocket.cpp : VSocket() m_pDSMPlugin = NULL
vncsockconnect.cpp : accepted connection from XXX.XXX.XXX.XXX
vncserver.cpp : AddClient() started
vncclient.cpp : vncClient() executing...
vncclient.cpp : TEST 4
vncserver.cpp : AddClient() done
vncclient.cpp : client connected : XXX.XXX.XXX.XXX (1)
vncclient.cpp : DSMPlugin Pointer to socket OK
vncserver.cpp : removing unauthorised client
vncserver.cpp : RemoveClient() done
vncclient.cpp : ~vncClient() executing...
vncclient.cpp : deleting socket
vsocket.cpp : closing socket
Mon Dec 13 10:13:45 2010

Thanks
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: RFB 3.8 Issues

Post by redge »

is it work without plugin or with another plugin like securevnc ?
did ask user krunge owner and developer of ssvnc ?
Last edited by redge on 2010-12-13 23:59, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
krunge
20
20
Posts: 39
Joined: 2008-09-13 22:30
Contact:

Re: RFB 3.8 Issues

Post by krunge »

There appears to be lots of protocol incompatibilities in Ultravnc 1.0.9.*

It looks like they will be a lot of work to sort out and to provide connections to earlier Ultravnc servers. I also don't have much time nowadays. So I am going to wait until later to make SSVNC work with Ultravnc 1.0.9.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: RFB 3.8 Issues

Post by Rudi De Vos »

1.0.9 follow the rfb 3.8 protocol.

1) Or your viewer tell it is pre 3.8 ( 3.3 3.7)
3.4 3.6 where no official protocols
Then viewer connect but without all ultravnc addons

2) The viewer need to support 3.8 without security type 17
Then viewer connect but without all ultravnc addons

3) The viewer need to support 3.8 with security type 17

rfb 3.8 defined types...

5 RA2
6 RA2ne
16 Tight
17 Ultra <<<<<<<<<<<<<<<<<<<<<<<<<<<<
18 TLS
19 VeNCrypt
20 GTK-VNC SASL
21 MD5 hash authentication
22 Colin Dean xvp
krunge
20
20
Posts: 39
Joined: 2008-09-13 22:30
Contact:

Re: RFB 3.8 Issues

Post by krunge »

An update, in the ssvnc 1.0.29 development version:

http://ssvnc.sourceforge.net/dev/ssvnc_ ... .29.tar.gz

I have added some support for ultravnc sectype 17 for RFB 3.8.

SecureVNCPlugin is not working yet, but MSRC4 (1.2.2) seems to be working OK.

Via MSRC4 (or cleartext) MSLogon should work, I can't test it completely because I can't remember how to enable it... If you try it out on Linux with the above tarball and report back to me I would appreciate it.

BTW, even without sectype 17 the ultravnc pseudo encodings: scale 1/n, chat, and filetransfer appear to be working, but need to test some more.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: RFB 3.8 Issues

Post by redge »

jerick70 did you test the version 1.0.29 from previous post of krunge ?
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply