python-etcd
python-etcd copied to clipboard
fix certificate validation bypass when cacert is not defined
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