shivraj001 opened a new issue, #9748:
URL: https://github.com/apache/apisix/issues/9748

   ### Current Behavior
   
   I'm getting issues while accessing a route via https to  httpbin service 
provided in apisix documentation. httpbin service is running in kubernetes.
   I tried multiple curl command for http request, some of them succeeds but 
most of them ends up with below  error:
   error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error
   
   Find the attachment below
   
   
![Selection_299](https://github.com/apache/apisix/assets/70901133/7074ed24-5115-40f7-9c00-54e571357da9)
   
   
   
   ### Expected Behavior
   
   success response from httpbin backend service running in kubernetes.
   
   ### Error Logs
   
   curl: (35) error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal 
error
   
   APISIX Logs (Not sure why is this happening)
   
   2023/06/28 15:00:40 [error] 32875#32875: *4102578 [lua] 
radixtree_sni.lua:176: match_and_set(): failed to find any SSL certificate by 
SNI: test-stage.krypcore.com, context: ssl_certificate_by_lua*, client: 
192.168.7.213, server: 0.0.0.0:9443
   
   I could some errors about etcd as well (need help here as well)
   
   2023/06/28 15:02:38 [warn] 33226#33226: *4115258 [lua] plugin.lua:252: 
load_stream(): new plugins: 
{"limit-conn":true,"syslog":true,"mqtt-proxy":true,"ip-restriction":true}, 
context: init_worker_by_lua*
   2023/06/28 15:02:41 [alert] 1#1: worker process 33199 exited on signal 9
   2023/06/28 15:02:41 [error] 33208#33208: *4115026 [lua] config_etcd.lua:634: 
failed to fetch data from etcd: closed,  etcd key: /apisix/protos, context: 
ngx.timer
   2023/06/28 15:02:41 [error] 33208#33208: *4115038 [lua] config_etcd.lua:634: 
failed to fetch data from etcd: closed,  etcd key: /apisix/plugin_configs, 
context: ngx.timer
   2023/06/28 15:02:41 [error] 33217#33217: *4115342 [lua] config_etcd.lua:634: 
failed to fetch data from etcd: closed,  etcd key: /apisix/ssls, context: 
ngx.timer
   2023/06/28 15:02:41 [error] 33217#33217: *4115341 [lua] config_etcd.lua:634: 
failed to fetch data from etcd: closed,  etcd key: /apisix/routes, context: 
ngx.timer
   2023/06/28 15:02:41 [error] 33217#33217: *4115350 [lua] config_etcd.lua:634: 
failed to fetch data from etcd: closed,  etcd key: /apisix/upstreams, context: 
ngx.timer
   2023/06/28 15:02:38 [warn] 33226#33226: *4115547 stream [lua] 
plugin.lua:252: load_stream(): new plugins: 
{"ip-restriction":true,"limit-conn":true,"syslog":true,"mqtt-proxy":true}, 
context: init_worker_by_lua*
   
   ### Steps to Reproduce
   
   1. Load ssl certificate for SNI 
   2. Run httpbin service in kubernetes
   3. Create route for httpbin as upstream 
   4. Use curl command and hit multiple request
   
   ### Environment
   
   - APISIX version (apisix 3.3):
   - Operating system (linux):
   - APISIX ingress controller (1.6.0):
   - etcd version, if relevant (3.5.9):
   - APISIX Dashboard version, (3.0.0):
   


-- 
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]

Reply via email to