Skip to content

Add support for HTTPS+TCP+SNI on the same listener #783

@nathanejohnson

Description

@nathanejohnson

In some cases it is desirable to have TCP SNI steering as well as HTTPS proxying.

For example: Say you have one external IP address, 1.2.3.4

You have a services A, B and C that need path based (https) routing

You have service D that needs to see the client certificate, and any traffic with this SNI should be routed to D so it can terminate TLS

Adding a https+tcp+sni mode would support this use case by allowing any hosts that match D - as specified by proto=tcp or scheme is tcp:// in the route - would be tcp proxied, and that everything else would fall through to existing HTTPS routing logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions