-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Labels
Description
Version
v16.14.2
Platform
Microsoft Windows NT 10.0.20348.0 x64
Subsystem
No response
What steps will reproduce the bug?
Trying to listen on port 80 results in
Error: listen EACCES: permission denied "80"
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
To be able to listen on port 80.
What do you see instead?
Error: listen EACCES: permission denied "80"
Additional information
I did a bit of researching and it seems port 80 falls under the "privileged" ports, why? The work-around would be to run it as administrator but I definitely don't want to go that route. Installing a reverse proxy is a waste of resources to get around an arbitrary limitation. What is the reason behind this?
brunowego