gigi206 commented on issue #2033: URL: https://github.com/apache/apisix-ingress-controller/issues/2033#issuecomment-1871301198
I try to install the last version of the apisix helm chart (**2.5.0**) but now `ingress` seems not working ! I create an ingress for http/https named `apisix-dashboard.gigix`. * with `https` I have the following error: ``` 2023/12/28 15:48:09 [error] 50#50: *1354577 [lua] init.lua:213: http_ssl_client_hello_phase(): failed to match any SSL certificate by SNI: apisix-dashboard.gigix, context: ssl_client_hello_by_lua*, client: 192.168.122.1, server: 0.0.0.0:443 ``` * with `http` I have the following error: ``` 192.168.122.1 - - [28/Dec/2023:15:48:25 +0000] apisix-dashboard.gigix "GET / HTTP/1.1" 404 47 0.000 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0" - - - "http://apisix-dashboard.gigix" ``` And on the page I have the message: ```json {"error_msg":"404 Route Not Found"} ``` -- 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]
