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 tested traditional deployment, data-plane, and control-plane mode, but the error was the same.
When I try to start the APISIX:
apisix start
/usr/local/openresty//luajit/bin/luajit /usr/local/apisix/apisix/cli/apisix.lua start
got malformed auth message: "CommonName of client sending a request against gateway will be ignored and not used as expected" from etcd "https://sub.etcd.staging.apisix.domain.com:2379/v3/auth/authenticate"
Environment
APISIX version: 3.11.0
Operating system Linux rpc-s-apisix-htz-eu-1 6.8.0-48-generic #48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
OpenResty / Nginx version: openresty/1.25.3.2
etcd version: docker - bitnami/etcd:3.5.17
The text was updated successfully, but these errors were encountered:
Description
APISIX cannot connect to an etcd cluster node with Auth and TLS enabled.
Playing with the
etcdctl
and touching that node from APISIX node works fine:Also, putting and other operations work as expected this way.
The APISIX's etcd config:
When I try to start the APISIX:
Environment
3.11.0
Linux rpc-s-apisix-htz-eu-1 6.8.0-48-generic #48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
openresty/1.25.3.2
docker - bitnami/etcd:3.5.17
The text was updated successfully, but these errors were encountered: