Hi Magnus, The TLS stage does actually have some end user documentation, look at the TLS object and its factory methods. We use the TLS module in Akka HTTP so those sources may be interesting to look at. Additionally, if it is just about configuration, then the documentation for the Typesafe SSL Config library is possibly helpful: http://typesafehub.github.io/ssl-config/
-- Johan On Wed, Jul 27, 2016 at 5:29 AM, Vinay Gajjala <[email protected]> wrote: > Hello Magnus > > This is not an answer to your problem but I am trying to get an answer to > my problem. I am working on a POC developing a TCP server which listens on > device traffic. I was able to implement the server using Akka IO (v2.3.14) > and trying to figure out how to configure TLS for this TCP server. I read > the documentation and online posts but could not figure out. Maybe I am > missing the obvious. > > I see you question is around TCP+TLS so I decided to ask. > > Hoping you have something that might help me. > > Thanks > Vinay > > > On Friday, May 13, 2016 at 3:10:29 AM UTC-5, Magnus Andersson wrote: >> >> Hi >> >> I have a TCP+TLS pipeline in with Akka Streams that is not working. It >> does work when creating a test and wrapping a Client TLS stage, I can read >> the client certificate without problems. But when I run it and try to >> connect with client software using the same keys/certificates for openssl I >> get connection refused. If I remove the TLS wrapper and turn off TLS on >> client side the TCP server works fine. >> >> Since the TLS stage have no end user documentation today, I'm hoping >> someone have built a (simple) sample app that uses TLS over TCP and don't >> mind sharing it? Preferably something that uses client certificates, I am >> probably just getting some config wrong. >> >> Regards >> Magnus Andersson >> >> >> -- > >>>>>>>>>> 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 https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
