Skip to content

feat: As user, I want to process empty ssl_server_name, so that I solve error #11972

@tom5897

Description

@tom5897

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions