On Thu, Feb 03, 2005 at 05:48:02AM +0100, Michael Peter wrote: > ich habe alles nach Anleitung installiert, ich bekomme immer beim einloggen > in nessus einen nicht weiter definierten SSL Error in der Console steht dann > folgende Meldung: > > [9302] SSL_connect: error:00000000:lib(0):func(0):reason(0)
This suggusts that the server's up, but it doesn't support SSL/TLS.
There can be several reasons for this; eg,
o Nessus wasn't built (or built properly) with OpenSSL. Check by
looking at the output of "nessusd -d". Make sure you have not
only the package openssl but also the development package,
openssl-devel, which includes headers.
o You haven't installed a server certificate, updated the
server's configuration to use that, and restarted the server.
The first two steps can be handled by running "nessus-mkcert",
if you're content with the solution that provides.
o SSL / TLS is disabled; ie, nessusd.conf contains the line
"ssl_version = NONE".
George
--
[EMAIL PROTECTED]
pgpUpGbnmqHgh.pgp
Description: PGP signature
_______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
