jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

fix certificate validation bypass when cacert is not defined #280

Closed thcdrt closed 1 year ago

thcdrt commented 2 years ago

Hello,

Patroni is using this library to communicate with etcd and we detected that since this PR urllib3 enable certificate validation by default so we need to manually disable it.

Thomas