tom5897 opened a new issue, #11972: URL: https://github.com/apache/apisix/issues/11972
### Description In OCI load balancer, Oracle, MTLS is not supported between OCI load balancer to backend server. https://docs.oracle.com/en-us/iaas/Content/Balance/Tasks/managinglisteners_topic-Creating_Listeners.htm So, I met error by empty SSL SNI($ssl_server_name in nginx). [lua] init.lua:185: http_ssl_client_hello_phase(): failed to find SNI: please check if the client requests via IP or uses an outdated protocol. If you need to report an issue, provide a packet capture file of the TLS handshake., context: ssl_client_hello_by_lua* If SSL SNI is empty, I want to use another variable, like hostname, $host for solving this error. -- 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]
