0

I am running Ubuntu 18.04 on Google Compute Engine, the instance is running VNC which it is up and running using :

vncserver -SecurityTypes=VeNCrypt,TLSVnc

But when I try to use VNC Viewer on iOS, it gives me an error saying:

"not supported encryption"

I am open to other methods.

Dave M
  • 4,514
  • 22
  • 31
  • 30
Mor
  • 1

1 Answers1

1

On the remote computer you should update VNC to the latest version or disable/change the VNC Viewer Encryption parameter to either Server, PreferOn or PreferOff.

To better understand more error messages you can check the error codes documentation.

Luke
  • 46
  • 4