Msiavashi opened a new issue, #8207: URL: https://github.com/apache/apisix/issues/8207
### Description I have deployed the APISIX gateway on GKE using the following command: `helm install apisix apisix/apisix --set gateway.type=LoadBalancer --set ingress-controller.enabled=true --namespace ingress-apisix --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix --set gateway.tls.enabled=true` I also set our Cloudflare SSL/TLS via the SSL tab in apisix-dashboard and it works fine. However, when I try proxying requests to some HTTPS upstream it returns 502 Bad Gateway and the following error is logged in GCP: `http_ssl_phase(): failed to fetch ssl config: failed to find SNI: please check if the client requests via IP or uses an outdated protocol` The thing is that it works perfectly with some HTTPS upstreams, like this website (https://timeapi.io/swagger/index.html) but it fails with other HTTPS upstream! ### Environment - APISIX version (run `apisix version`): 2.99 - Operating system (run `uname -a`): GKE -- 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]
