I am getting this error:
[!] bind: Permission denied (13)
[!] Error binding service [https] to :::443
These are my stunnel.conf settings:
[https]
accept = 120.113.121.99:443
accept = :::443
key = /etc/stunnel/localhost.key
cert = /etc/stunnel/localhost.crt
exec = /usr/bin/fossil
execargs = /usr/bin/fossil http /home/kane/repository/2017wcm_g4.fossil -- https --nojail
Why is this error occurring? How would I best remedy it?