kuaiwenwu opened a new issue #5024: URL: https://github.com/apache/apisix/issues/5024
### Issue description ### Since using apisix 1.5, the following error messages often appear in the error log: ``` 2021/09/09 14:25:05 [warn] 9985#9985: *4436800 [lua] init.lua:162: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua *, client: 118.178.15.105, server: 0.0.0.0:443 2021/09/09 14:25:06 [warn] 9985#9985: *4436851 [lua] init.lua:162: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua *, client: 118.178.15.96, server: 0.0.0.0:443 2021/09/09 14:25:06 [warn] 9988#9988: *4436900 [lua] init.lua:162: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua *, client: 118.178.15.96, server: 0.0.0.0:443 2021/09/09 14:25:07 [warn] 9986#9986: *4436954 [lua] init.lua:162: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua *, client: 120.27.173.11, server: 0.0.0.0:443 2021/09/09 14:25:07 [warn] 9985#9985: *4436960 [lua] init.lua:162: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua *, client: 120.27.173.8, server: 0.0.0.0:443 ``` ### And the following error message: ``` 2021/09/09 14:25:11 [warn] 9986#9986: *4437170 [lua] radixtree_sni.lua:166: match_and_set(): failed to find any SSL certificate by SNI: iop-inner.ihomefnt.com, context : ssl_certificate_by_lua*, client: 10.20.2.12, server: 0.0.0.0:443 2021/09/09 14:25:11 [warn] 9985#9985: *4437194 [lua] radixtree_sni.lua:166: match_and_set(): failed to find any SSL certificate by SNI: iop-inner.ihomefnt.com, context : ssl_certificate_by_lua*, client: 10.20.2.12, server: 0.0.0.0:443 2021/09/09 14:25:12 [warn] 9986#9986: *4437218 [lua] radixtree_sni.lua:166: match_and_set(): failed to find any SSL certificate by SNI: iop-inner.ihomefnt.com, context : ssl_certificate_by_lua*, client: 10.20.2.12, server: 0.0.0.0:443 2021/09/09 14:25:12 [warn] 9985#9985: *4437242 [lua] radixtree_sni.lua:166: match_and_set(): failed to find any SSL certificate by SNI: iop-inner.ihomefnt.com, context : ssl_certificate_by_lua*, client: 10.20.2.12, server: 0.0.0.0:443 ``` ### I don’t know if it has something to do with the configuration in config.yaml? I don’t know if it has something to do with the configuration in config.yaml?  ### Environment - apisix version (cmd: `apisix version`): 1.5 - OS (cmd: `uname -a`):Linux 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): nginx version: openresty/1.17.8.2 - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): 3.4.3 -- 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]
