I'm trying to figure out how to use TLS (or SSL) with Akka IO. I realize that the pipeline stuff has been ripped out of Akka. They mentioned that they will have something shiny and new in the 2.4 release of Akka, but I don't see anything in the documentation and can't find any examples.
How does one go about enabling TLS for an Akka Tcp Server?
Thanks!