juzhiyuan commented on issue #1435:
URL:
https://github.com/apache/apisix-ingress-controller/issues/1435#issuecomment-1374988724
Hi,
```
2023-01-09T07:53:21+08:00 error apisix/cluster.go:232 failed to list
ssl in APISIX: unexpected status code 404; error message: {"error_msg":"not
found"}
```
I have also encountered the same error:
1. Upgrading to Ingress Controller 1.6.
2. Set `apisixAdminAPIVersion` to `v2`.
https://github.com/apache/apisix-helm-chart/commit/9092c5bb44260e87e267025a2be8eb449f33b5e7#diff-e7798e0a840ffa0b10e716a2cb4ce0796d19c60a8bf52d0291832fe76056fe49R83
Please have a try, and then it should work.
P.S. Why this error occurred? It's because in APISIX v3, the `SSL` endpoint
has changed to `/ssls` from `/ssl`. To be compatible with this change, use `v2`
apisixAdminAPIVersion should work :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]