From: "George A. Theall" <[EMAIL PROTECTED]>


On Fri, Dec 16, 2005 at 06:50:12PM +0000, Linuxnizer The Mesmorizer wrote:

> That's strange, since I can connect the first time, but not when I
> disconnect and try to reconnect again.

Consistently? Odd... Which OS / distribution are you using?

Have you tried verifying the cert using openssl's s_client command? Eg,

  openssl s_client -connect $nessusd_host:1241 \
    -CAfile /opt/nessus//com/nessus/CA/cacert.pem \
    -cert /root/CERT-KEYS/cert_Linuxnizer.pem \
    -key /root/CERT-KEYS/key_Linuxnizer.pem \
    -tls1 \
    -verify 2 \
    -debug

Try this before and after connecting using NessusClient. Any failures?
If so, send me the output of the command.

Before and after give the same output:
verify depth is 2
gethostbyname failure
connect:errno=0

_________________________________________________________________
The new MSN Search Toolbar now includes Desktop search! http://toolbar.msn.co.uk/

_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to