dlsniper / gopherconuk

Repository for GopherCon UK 2018 talk on microservices with Go
MIT License
234 stars 61 forks source link

tcp:443 bind: Permission denied #1

Open aymanapatel opened 4 years ago

aymanapatel commented 4 years ago

How to set up the workspace to allow ports less than 1000 to be used.

gcuk 2019/12/07 12:19:52 main.go:30: server failed to start: listen tcp :443: bind: permission denied

kelvindecosta commented 4 years ago

IIRC, the standard ports (80, 443 etc.) require special permissions on your system.

I don't think this is related with the source code of this repository, but rather with the networking configuration of your system.