caiwenhao opened a new pull request, #7820: URL: https://github.com/apache/apisix/pull/7820
场景: ssl for saas业务场景下,网关层不配置证书,https请求在CF层拦截。CF回源到网关层,使用默认的证书。只要证书在有效期,CF会忽略证书域名的检查。目前的问题是, apisix sni无法匹配证书的时直接终止了。 期望: apisix sni无法匹配证书的时候,使用默认证书,使请求可以进行下去。 -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org