Closed cfi-gb closed 9 months ago
gsad --help says:
gsad --help
--no-redirect Don't redirect HTTP to HTTPS.
This is also matching what i know about this parameter, if the parameter isn't given and the root user is used gsad will listen like this:
root
$ sudo /opt/gvm/sbin/gsad $ sudo netstat -nplut | grep gsad tcp6 0 0 :::443 :::* LISTEN 42501/gsad tcp6 0 0 :::80 :::* LISTEN 42502/gsad $ sudo killall gsad
But if you're giving --no-redirect only 443 is listening:
--no-redirect
443
$ sudo /opt/gvm/sbin/gsad --no-redirect $ sudo netstat -nplut | grep gsad tcp6 0 0 :::443 :::* LISTEN 42603/gsad $ sudo killall gsad
Improved description of the parameter.
N/A
What
gsad --help
says:This is also matching what i know about this parameter, if the parameter isn't given and the
root
user is used gsad will listen like this:But if you're giving
--no-redirect
only443
is listening:Why
Improved description of the parameter.
References
N/A