overstarry opened a new issue, #8644: URL: https://github.com/apache/apisix/issues/8644
### Description err log: 2023/01/10 03:19:11 [error] 47#47: *151276 SSL_do_handshake() failed (SSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:SSL alert number 80) while SSL handshaking to upstream, client: xxx, server: _, request: "HEAD / HTTP/2.0", upstream: "https://xxx/", host: "xxx" ### Environment - APISIX version (run `apisix version`):2.15.1 route: ``` { "uri": "/*", "name": "ghost", "methods": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "CONNECT", "TRACE", "PURGE" ], "hosts": [ "www.xx.work", "xx.work" ], "upstream": { "nodes": [ { "host": "xx.xx.work", "port": 19443, "weight": 1 } ], "timeout": { "connect": 6, "send": 6, "read": 6 }, "type": "roundrobin", "scheme": "https", "pass_host": "pass", "keepalive_pool": { "idle_timeout": 60, "requests": 1000, "size": 320 } }, "status": 1 } ``` -- 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]
