Hello,
I had the same issue.
To use gsad with http-only edit the file /etc/init.d/gsad
And use this:
start() {
echo -n $"Starting greenbone-security-assistant: "
daemon $EXEC $PARAMS *--http-only*
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch $LOCKFILE
return $RETVAL
}
I modify the configuration log for gsad (due to some issue during scan)
Edit /etc/openvas/gsad_log.conf
and use
[*]
prepend=%t %p
prepend_time_format=%Y-%m-%d %Hh%M.%S %Z
file=/var/log/openvas/gsad.log
*level=0*
Regards,
On Mon, Mar 4, 2013 at 3:57 PM, Matthew Coene <[email protected]> wrote:
>
> Good Morning...
>
> Quick question... Just wondering how to on CentOS6, change the startup
> scripts to revert to HTTP only... I know how to do it via command line and
> I have found a resource on how to do it in Ubuntu, seems all the configs
> and scripts are different for CentOS..
>
> Its likely just a one line change... I just want to be sure before I do
> anything...
>
> Cheers,
>
> Matt.
>
> _______________________________________________
> Openvas-discuss mailing list
> [email protected]
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss