jaredhuang opened a new issue #2937: URL: https://github.com/apache/apisix/issues/2937
### Issue description 我上传证书后,本地hosts绑定测试,请求443端口,apisix 的logs输入如下如下错误: ``` 2020/12/03 09:01:28 [error] 16502#16502: *1983453 [lua] init.lua:173: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua*, client: 83.97.20.31, server: 0.0.0.0:443 2020/12/03 09:01:29 [error] 16502#16502: *1983472 [lua] init.lua:173: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua*, client: 83.97.20.31, server: 0.0.0.0:443 2020/12/03 09:01:29 [error] 16503#16503: *1983489 [lua] init.lua:173: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua*, client: 83.97.20.31, server: 0.0.0.0:443 2020/12/03 09:16:10 [error] 16502#16502: *2014983 [lua] init.lua:173: http_ssl_phase(): failed to fetch ssl config: failed to fetch SSL certificate: not found, context: ssl_certificate_by_lua*, client: 193.118.53.194, server: 0.0.0.0:443 ``` ### Environment * apisix version (cmd: `apisix version`): [root@tx-apisix-01 ~]# apisix version 2.0 * OS: [root@tx-apisix-01 ~]# cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) [root@tx-apisix-01 ~]# etcd -version etcd Version: 3.4.13 Git SHA: ae9734ed2 Go Version: go1.12.17 Go OS/Arch: linux/amd64 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
