"Ninan, Anil" wrote: > > If I am not wrong, the server is using SSLv3 and I am setting the client to > use SSLv3 when I connect. How can I verify what the server is using? > > Thanks
assuming an openssl instalation on a client openssl s_client -connect host:port -ssl3 ( then use sslv2 then -tls1) this should work and it should give you the SSL version or at least some more useful debugging info Q -- ##################### Quentyn Taylor Sysadmin - Fotango ##################### "One of my rats is called Solaris, due to the fact it's fat and bloated. The other is called Perl. It's a nervous insane little animal." Ashley Penney - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
