[vscweb-commit] r434 - trunk/pyvscd
Brought to you by:
cirrusrex
|
From: <wi...@bi...> - 2006-01-21 01:16:36
|
Author: wirges
Date: 2006-01-20 20:19:27 -0500 (Fri, 20 Jan 2006)
New Revision: 434
Modified:
trunk/pyvscd/README
Log:
Added instructions on adding SSL support.
Modified: trunk/pyvscd/README
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/pyvscd/README 2005-12-13 03:59:19 UTC (rev 433)
+++ trunk/pyvscd/README 2006-01-21 01:19:27 UTC (rev 434)
@@ -4,6 +4,9 @@
** PLEASE SEE the file UPGRADE, if you are upgrading from an existing ve=
rsion of
the VSC. **
=20
+** IMPORTANT UPDATE ** Please see the bottom of this file for important =
information=20
+ about using Nessus+SSL with the pyvscd.
+
ABOUT
------
=20
@@ -148,6 +151,21 @@
are processing, and we have two batches of different size (50 and 10, =
for example),=20
the batch that fits will be run (batch of 10).
=20
+Enabling SSL:
+
+ Unfortunately, there is no option in the pyvscd.conf file to enable SS=
L support. This=20
+is something that needs to be added, and should be in the final release.=
In the meantime,=20
+to tell the pyvscd to enable SSL support, you must add the following con=
figuration option
+to the "_main" section of the System Config via the web interface:
+
+ Name: "use_ssl"
+ Value: "yes"
+ Type: "yes/no"
+
+ Once you add this option, make sure that it is set to "yes".
+
+ The pyvscd should then use pyOpenSSL to connect to the Nessus server/cl=
uster.
+
NOTES
------
The pyvscd has been tested on Debian GNU/Linux (unstable) using Python 2=
.4 with=20
|