You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ETCD Cluster with authentication enabled. I have created my user with root access. I have a set of client certs with Common Name as my user. I have several etcd clients (go and python) which are able to talk to etcd with the client certs. But my libcurl client is unable to talk to etcd with the same certs when authentication is enabled.
I get this response from etcd when trying to do a read/write.
CommonName of client sending a request against gateway will be ignored and not used as expected
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a ETCD Cluster with authentication enabled. I have created my user with root access. I have a set of client certs with Common Name as my user. I have several etcd clients (go and python) which are able to talk to etcd with the client certs. But my libcurl client is unable to talk to etcd with the same certs when authentication is enabled.
I get this response from etcd when trying to do a read/write.
Beta Was this translation helpful? Give feedback.
All reactions