OpenVAS - GSA does not start the application!

Started by raffaele, December 01, 2011, 10:53:44 PM

Previous topic - Next topic

raffaele

After the recent update of the libmicrohttpd package, it's impossible to access GSA via HTTPS protocol (https://localhost:9392).
By applying the following updates we will force the usage of HTTP protocol (http://localhost:9392)
You have to open the configuration file:

sudo nano /etc/default/greenbone-security-assistant

and add the following string:
HTTP_ONLY=1

We shall also modify the init script:
sudo nano /etc/init.d/greenbone-security-assistant

by adding after:
[ "$GSA_ADDRESS" ] && DAEMONOPTS="--listen=$GSA_ADDRESS"

the following line:
[ "$HTTP_ONLY" ] && [ "$HTTP_ONLY" = "1" ] && DAEMONOPTS="$DAEMONOPTS --http-only"

now reboot services:
sudo openvas-services restart

and open your browser on http://localhost:9392
raffaele@backbox:~$ Get root or die tryin'

berghem

There is an error the last statement, the correct command is

sudo openvas-services restart

missing the final s

raffaele

raffaele@backbox:~$ Get root or die tryin'

devilnoe

what is the function of openVAS ?

im newbie  :o

SYSTEM_OVERIDE