gmr / consulate

Python client for the Consul HTTP API
http://consulate.readthedocs.org
BSD 3-Clause "New" or "Revised" License
342 stars 100 forks source link

dont verify ssl certs by default #94

Closed wallies closed 6 years ago

wallies commented 8 years ago

alot of consul setups are internal using self signed ssl certs, therefore wont work if verify is turned on by default

otakup0pe commented 7 years ago

Disabling security features by default is generally not the way to go.

gmr commented 6 years ago

Agreed with @otakup0pe, I'm not going to disable security by default, especially when the configuration allows it to be disabled. Thank you for the PR, though :)