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.
