Infoblox-Development / Infoblox-API-Python

Implements the subset of Infoblox API via REST API
Apache License 2.0
90 stars 59 forks source link

SSL validation of Infoblox WAPI certificate #1

Closed dvanzuijlekom closed 10 years ago

dvanzuijlekom commented 10 years ago

Hi Igor,

Thanks for creating the Infoblox Python WAPI module and for making it available under the Apache license. I would like to see SSL validation so I've changed some of the code to be able to specify if the appliance certificate should be verified by 'requests'.

I'm new to Python programming (and GitHub, for that matter).

Thanks again and regards, Dennis van Zuijlekom

igor-feoktistov commented 10 years ago

Makes sense to have SSL certificate validation as an option.

igor-feoktistov commented 10 years ago

Changed iba_verify_ssl to True by default