Closed rafaeljusto closed 8 years ago
Today when filling the Address of the overseer.Config type we open a TCP listener. It would be great to add TLS support.
See https://golang.org/pkg/crypto/tls/#NewListener
tlsListener := tls.NewListener(tcpListener, tls.Config{ ... })
Thanks! :smile:
Today when filling the Address of the overseer.Config type we open a TCP listener. It would be great to add TLS support.