amitbet / vncproxy

An RFB proxy, written in go that can save and replay FBS files
Other
206 stars 45 forks source link

Getting unsupported minor version, less than 8: 0 #21

Open chintanvadgama opened 3 years ago

chintanvadgama commented 3 years ago

Currently, upon running recorder with following arguments, I am getting the below error

./recorder -recFile /tmp/chintan.rbs -targPort 5900 -targPass Admin123 -targHost 10.66.102.84 -logLevel trace

Any idea how to resolve the error?

Error:

[root@sv-centos7 vncproxy]# ./recorder -recFile /tmp/chintan.rbs -targPort 5900 -targPass Admin123 -targHost 10.66.102.84 -logLevel trace
Log level set to:  trace
[Info ] Recording rfb stream into file: '/tmp/chintan.rbs'
[Error] ClientConn.Connect error: unsupported minor version, less than 8: 0
^C
[root@sv-centos7 vncproxy]# ./recorder -recFile /tmp/chintan.rbs -targPort 5900 -targPass Admin123 -targHost 10.66.102.84 -logLevel trace
amitbet commented 3 years ago

Are you running with real-vnc? Their solution is closed source, with no public documentation.

nithip2016 commented 2 years ago

I am getting the following error.

main -recDir=recordings -targHost=10.180.62.170 -targPort=5900 -tcpPort=8085 -targPass=1234 Log level set to: info [Warn ] proxy will have no password [Info ] FBS recording is turned on, writing to dir: C:\Users\Documents\vncproxy-master\proxy\cmd\recordings [Info ] running tcp listener on port: :8085 [Error] ClientConn.Connect error: unsupported minor version, less than 8: 3 [Error] Proxy.newServerConnHandler error connecting to client: unsupported minor version, less than 8: 3

And for the VNC Server we are using the customized one (adapted software) whose RFB version is 003. Any idea what changes are required to support RFB 003.003 ?