I am doing something very similar to https://groups.google.com/forum/#!searchin/akka-user/starttls/akka-user/2385IqTOIXM/udvxMhnjs8cJ where I need to initiate negotiation when the client requests it (I am doing it for IMAP). Some questions about the TLS in Akka streams currently:
* I see the replaceShape of the TlsModule bidi flow is considered "internal". Any suggestions about how to switch from plaintext to TLS after the connection has been established? I essentially want to go from SslTlsPlacebo to SslTls. I figure this is basically asking how to switch out a flow mid-process, but in this case I can't use a stateful stage if I hope to use the high-level TLS API unless I'm missing something. * Any chance of opening up the "tracing" in SslTlsCipherActor? I am stepping through things for now as I try to understand the system...just thought it'd be worth mentioning that a trace config might be helpful. * Beyond the TlsSpec and the HTTPS impl, does anyone else have examples of using the Tls libraries? Thanks. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
