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.