Closed oshi36 closed 2 months ago
Hi, @oshi36. Thanks for opening this issue. However, we don't support Python's etcd3 library. By checking PyPI, it looks like its repository is https://github.com/kragniz/python-etcd3.
I suggest opening an issue there so that you can get support from the maintainers of that project.
Bug report criteria
What happened?
I am trying to take a snapshot of etcd via etcd3 python client library and my code looks like this :
I am getting this error
And if I remove the ca_cert path then I get
ETCD connection failed
.What did you expect to happen?
I expect etcd3 client to recognize ca cert and get connected to etcd
How can we reproduce it (as minimally and precisely as possible)?
Install
pip install etcd3
python etcd client libraryAnything else we need to know?
No response
Etcd version (please run commands below)
Etcd configuration (command line flags or environment variables)
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response