Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
K0K0SHA opened this issue Aug 25, 2022 · 4 comments
Open

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

K0K0SHA opened this issue Aug 25, 2022 · 4 comments

Comments

@K0K0SHA
Copy link

K0K0SHA commented Aug 25, 2022

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
Copy link

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

@K0K0SHA
Copy link
Author

K0K0SHA commented Aug 25, 2022

So is the traffic unencrypted?

@dennisvanderpool
Copy link

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

@K0K0SHA
Copy link
Author

K0K0SHA commented Aug 26, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants