Use SNI for routing https requests
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...
danielecr.hashnode.dev6 min read