On Tue, Feb 25, 2003 at 02:29:32PM -0300, Thiago Canozzo Lahr wrote: > Hi, > > I have compiled nessus 2.0 on AIX 4.3.3 box, but I don't have SSL > installed in. > I compiled nessus-libraries and nessus-core using --enable-ssl=no, but
That should have been --disable-cipher (to have clear-text client -
server communication but keep the ability to connect to SSL servers if
you have openssl installed on the nessusd side) or --without-ssl (to
disable all kind of SSL support).
-- Renaud
