Hello,
My consul cluster is not starting when I set the https port to 443.
If I change the port to 8501, it is working fine.
Why ?
Thanks.
Hello,
My consul cluster is not starting when I set the https port to 443.
If I change the port to 8501, it is working fine.
Why ?
Thanks.
what user are you running this as?
<psychic_debugging>
as you are non-root, probably you can't bind to ports < 1024
</psychic_debugging>
Correct.
With the command:
setcap 'cap_net_bind_service=+ep' /usr/local/bin/consul
Consul is starting correctly. Thanks.