223311 opened a new issue, #10772: URL: https://github.com/apache/apisix/issues/10772
### Description Hi team, I am running the apisix docker image on my local. docker run -d --name apache-apisix -p 9080:9080 -p 9443:9443 -p 2379:2379 -e APISIX_STAND_ALONE=true apache/apisix but when i hit the url like http://localhost:9080 -it shows {"error_msg":"404 Route Not Found"} which is expected. when i tam trying to hit the url https://localhost:9443 it shows **error ssl protocol.** i am trying from the latest chrome. and in error log it shows: 2024/01/07 04:42:36 [error] 36#36: *6704 [lua] init.lua:213: http_ssl_client_hello_phase(): failed to match any SSL certificate by SNI: localhost, context: ssl_client_hello_by_lua*, client: 172.18.0.1, server: 0.0.0.0:9443 2024/01/07 04:42:36 [error] 35#35: *6788 [lua] init.lua:213: http_ssl_client_hello_phase(): failed to match any SSL certificate by SNI: localhost, , context: ssl_client_hello_by_lua*, client: 172.18.0.1, server: 0.0.0.0:9443 2024/01/07 04:42:36 [error] 34#34: *6831 [lua] init.lua:213: http_ssl_client_hello_phase(): failed to match any SSL certificate by SNI: localhost, , context: ssl_client_hello_by_lua*, client: 172.18.0.1, server: 0.0.0.0:9443 2024/01/07 04:42:37 [error] 40#40: *6906 [lua] init.lua:213: http_ssl_client_hello_phase(): failed to match any SSL certificate by SNI: localhost, , context: ssl_client_hello_by_lua*, client: 172.18.0.1, server: 0.0.0.0:9443 could you please help here.. I am excepting.. it should serve selfsigned/dummy certificate and return the response. like other application nginx and kong ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
