dwbutler / logstash-logger

Ruby logger that writes logstash events
MIT License
456 stars 118 forks source link

Feat: Add support for host sni when using tcp/ssl #170

Open endoze opened 5 months ago

endoze commented 5 months ago

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.