On Monday 26 July 2010 21:30:18 Steefan Schwarz wrote: > Am 26.07.2010 20:23, schrieb Bozidar Spirovski: > > Hi all > > I installed OpenVAS packages for Ubuntu 10.04. > > > > I started the OpenVAS scanner and client, and managed to perform a scan > > > > But when i try to start openvas-manager, openvas-administrator and > > greenbone-security-assistant i get an ERROR message. > > > > I managed to start them manually with the following commands > > openvasad --listen=127.0.0.1 --port=9392 > > --users-dir=/var/lib/openvas/users > > --scanner-config-file=/etc/openvas/openvassd.conf > > --sync-script=/usr/sbin/openvas-nvt-sync > > > > > > openvasmd --database=/var/lib/openvas/mgr/tasks.db --listen=127.0.0.1 > > --port=9391 --slisten=127.0.0.1 --sport=9390 > > > > > > gsad --listen=127.0.0.1 --port=9393 --alisten=127.0.0.1 --aport=9392 > > --mlisten=127.0.0.1 --mport=9391 > > > > But I still cannot connect to port 9393, the browser offers me to save a > > file instead of executing the bin file > > > > How to proceed?
You tried to access an ssl server via http. Either access the service via https://...:9393 or use what Stefan suggested and start gsad with --http-only . We suggest to use the --http-only flag and e.g. "stunnel" if you want to use it in production, because of an issue with the ssl-implementation. The issue stems from a library in use (libmicrohttpd) and was btw. reported to be closed yesterday (so, smooth and safe ssl-out-of-the-box for gsad soon). -- felix > [] > gsad still has problems with SSL, did you try: > gsad --http-only ... > > Stefan -- Felix Wolfsteller | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück AG Osnabrück, HR B 202460 | Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-discuss mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
