Use SNI for routing https requests
Dec 11, 2025 · 6 min read · The scenario is a proxy exposing https protocol. SNI, Server Name Indication, happens before ssl handshake negotiation. If SNI is used for routing https request, the same port can be used for multiple domains The problem is on passing the headers: X...
Join discussion