'Mobaxterm does not work using vnc session

when I use mobaxterm to connect my work PC by vnc option, I get error "no configured security type is supported by 3.3 vnc viewer "

I searched and find that setting encryption to "let vnc server choose" or "prefer on" can solve this situation.

but mobaxterm seems to have no option to set this. And unfortunately I can not change my work pc(server) vnc setting, only IT department has the permission

so it means mobaxterm is not fit for me?



Solution 1:[1]

Many VNC clients may not work with the newest security options that are present in the VNC Server that is provided with Raspberry Pi OS. You might see an error like this “vnc no matching security types” or "no configured security type is supported by 3.3 vnc viewer"

The solution for the home network is to downgrade the security options on the server:

Edit this file: /root/.vnc/config.d/vncserver-x11

It contains 2 line in my version (Bullseye)

Add these lines to the end of the file:

Authentication=VncAuth

Encryption=AlwaysOff

Password=e0fd0472492935da

Change the password like this:

sudo vncpasswd -service

You will be prompted for the new password

Then reboot the Pi

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jim Robinson