tenable / pyTenable

Python Library for interfacing into Tenable's platform APIs
https://pytenable.readthedocs.io
MIT License
354 stars 173 forks source link

there is no options about ssl_verify #57

Closed milkfr closed 5 years ago

milkfr commented 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

SteveMcGrath commented 5 years ago

The TenableIO class is meant to talk to IO, not Nessus. I haven’t started work on the Nessus stuff yet.