QUESTIONS
How can I set my server to serve on port 443?
What do I need to run https without a custom port in the browser?
How do I open the https port to serve my website?
Set Capability
You need to tell which program wants to run the port 443.
root@server:$setcap'cap_net_bind_service=+ep'{/path/to/program}
APP | VERSION Linux/Ubuntu 22
RELATED TAGS linux, https, server, remote
QUESTIONS
How can I set my server to serve on port 443?
What do I need to run https without a custom port in the browser?
How do I open the https port to serve my website?