fcwu / docker-ubuntu-vnc-desktop

A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.
Apache License 2.0
3.91k stars 1.42k forks source link

If it runs on port 80, does it use HTTP? #290

Open K0K0SHA opened 2 years ago

K0K0SHA commented 2 years ago

This may be a dumb question, because I haven't inspected the source code very closely yet. I intend to find the answer to this...

dennisvanderpool commented 2 years ago

Yes, it will run HTTP on port 80. You can check with a browser, curl, wget, powershell.

K0K0SHA commented 2 years ago

So is the traffic unencrypted?

dennisvanderpool commented 2 years ago

There should also be a port 443 running, just use that one instead, than it will be encrypted. (HTTPS)

K0K0SHA commented 2 years ago

It's important to implement SSL on your VNC docker container.