docker-ubuntu-vnc-desktop icon indicating copy to clipboard operation
docker-ubuntu-vnc-desktop copied to clipboard

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

Open K0K0SHA opened this issue 2 years ago • 4 comments

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...

K0K0SHA avatar Aug 25 '22 07:08 K0K0SHA

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

dennisvanderpool avatar Aug 25 '22 11:08 dennisvanderpool

So is the traffic unencrypted?

K0K0SHA avatar Aug 25 '22 11:08 K0K0SHA

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

dennisvanderpool avatar Aug 25 '22 11:08 dennisvanderpool

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

K0K0SHA avatar Aug 26 '22 08:08 K0K0SHA