read ca_certs from config

This commit is contained in:
mutantmonkey
2014-06-01 18:52:05 -07:00
parent 5ded3dcd24
commit eb2119309d
3 changed files with 11 additions and 2 deletions

3
phenny
View File

@@ -156,6 +156,9 @@ def main(argv=None):
if not hasattr(module, 'ssl'):
module.ssl = False
if not hasattr(module, 'ca_certs'):
module.ca_certs = None
if not hasattr(module, 'ipv6'):
module.ipv6 = False