In order to support using host sni for an ssl tcp connection, this commit modifies the tcp class to set the hostname field on the ssl connection. This allows the receiving end to use this hostname as part of the TLS connection to indicate which certificate/service to use.
In order to support using host sni for an ssl tcp connection, this commit modifies the tcp class to set the hostname field on the ssl connection. This allows the receiving end to use this hostname as part of the TLS connection to indicate which certificate/service to use.