"Todd A. Jacobs" <[EMAIL PROTECTED]> writes: > I'm using nessus 2.0.6 for Linux, and have generated a client cert. > However, there doesn't seem to be any documentation on how to add that to > the client.
I admit that nessus-core/README_SSL (�3.2.2) is not very verbose on this topic :-\ > error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure I wonder... Do you use the same version of SSL on both side? TLSv1 is now the default, not SSLv3. > What's the proper way to add the SSL certificate on the client side, > and where can I find this documented? The simpler way is to run nessus-mkcert-client and add the right entry to .nessusrc If your client certificate is signed by the same CA as the server certificate, you did it right. So the problem might be with the ssl_version parameter.
