F5Networks / bigsuds

Python library for F5 Networks iControl API
MIT License
32 stars 17 forks source link

Improve SSL certificate verification handling #2

Closed darkrain42 closed 9 years ago

darkrain42 commented 9 years ago

Instead of globally disabling SSL certificate verification for the entire Python instance, enable/disable it on a per-BIGIP object basis with the verify argument, which defaults to False for backward-compatibility.

caphrim007 commented 9 years ago

lgtm