luofanyuguai opened a new issue, #8183:
URL: https://github.com/apache/apisix/issues/8183
### Current Behavior
Call url 'https://{domain}' but get ssl error
### Expected Behavior
Got a normal http server response
### Error Logs
2022/10/26 08:28:11 [error] 53#53: *99045 [lua] radixtree_sni.lua:146:
match_and_set(): failed to find any SSL certificate by SNI: xx.example.com,
context: ssl_certificate_by_lua*, client: 172.21.43.126, server: 0.0.0.0:9443
### Steps to Reproduce
1. Uploaded cert and key through by apisis-dashboard
2. Add a /etc/hosts domain record with target to Apisix server IP
3. Curl a url with 'https' scheme
4. Failed to call
### Environment
Start docker compose by using example in
https://github.com/apache/apisix-docker/example
--
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]