Open mdrodrigo opened 1 year ago
Hi Rodrigo, It could well be that x11vnc did not properly track libvncserver/client development and that the needed call is missing there. I suggest moving the issue over to x11vnc. However, you would need to fix x11vnc yourself as it's currently unmaintained.
Hello everyone,
I'm encountering an issue when attempting to connect to Weston VNC using the x11vnc reflect method.
How to Reproduce:
I have a system running Wayland+Weston and I'm utilizing VNC with neatvnc 0.6.0. The command line to start the VNC is as follows:
The TLS keys are generated using the following commands:
I attempt to connect using x11vnc in reflect mode using the following command line:
However, during the x11vnc handshake with the server, a warning is logged:
Upon investigating the code, I noticed the message
GetCredential callback is not set
.In the code at
include/rfb/rfbclient.h
, the following commentary is present:My question is: when using the x509 certification type, do I need to write a specific function to handle this particular protocol?
Regards