Closed milkfr closed 5 years ago
tio = TenableIO(access_key, secret_key, url="https://localhost:8834") for scan in tio.scans.list(): print(**scan)
there is an error about ssl
SSLError: HTTPSConnectionPool......caused by SSLError(SSLCertVerificationError...)
how can i resolve it
The TenableIO class is meant to talk to IO, not Nessus. I haven’t started work on the Nessus stuff yet.
there is an error about ssl
how can i resolve it