infobloxopen / docker-infoblox

IPAM driver for Docker and Infoblox
Apache License 2.0
23 stars 23 forks source link

Add SSL verify support #14

Closed yuewko closed 8 years ago

yuewko commented 8 years ago

Added --ssl-verify cli option for the IPAM driver, which allows a user to specify whether to enforce SSL certificate verification for the connection to Infoblox. The default is false.

Alternatively, the name of a cerficate file in PEM format can be specified, in whcih case, the certificate will be used to verify the Infoblox certificate.

Minor refactoring to better handle SSL certificate verification error.