Re: [akka-user] Akka Streams + TCP + TLS

2017-03-15 Thread Pablo Milanese
I was able to resolve the issue ... I had to change the version of .jar ssl-config-core_2.12.0-M3-0.2.1.jar By ssl-config-core_2.12-0.2.2.jar Thanks again El miércoles, 15 de marzo de 2017, 11:25:42 (UTC-3), Pablo Milanese escribió: > > Totally agree .. However, maybe explaining my

Re: [akka-user] Akka Streams + TCP + TLS

2017-03-15 Thread Pablo Milanese
kka <http://akka.io> @ Lightbend <http://lightbend.com> > > On 15 March 2017 at 14:42:15, Pablo Milanese (pablomi...@gmail.com > ) wrote: > > Buenas! > > Java 1.8.0_121 > Scala 2.12.1 > > > I have no SBT .. We use Ivy in a local repository: > &g

Re: [akka-user] Akka Streams + TCP + TLS

2017-03-15 Thread Pablo Milanese
endencies > > cheers, > Rafał > > W dniu wtorek, 14 marca 2017 20:23:15 UTC+1 użytkownik Pablo Milanese > napisał: >> >> Hi Konrad, >> >> At the first view, I think the could not fnid any error .. but please >> take into account that I am a scala

Re: [akka-user] Akka Streams + TCP + TLS

2017-03-14 Thread Pablo Milanese
java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 38 more Any idea ? Thank you! El lunes, 13 de marzo de 2017, 22:13:57 (UTC-3), Pablo Milanese escribió: > > Hello Konrad, > > Of course! No problem. > I will take a look to the code. > > Thank you a lot ! > > > > El lun

Re: [akka-user] Akka Streams + TCP + TLS

2017-03-13 Thread Pablo Milanese
nd <http://lightbend.com> > > On 13 March 2017 at 22:26:51, Pablo Milanese (pablomi...@gmail.com > ) wrote: > > > https://github.com/typesafehub/activator-akka-stream-java8/blob/master/src/main/java/sample/stream/TcpTLSEcho.java > > -- >>>>>>>

Re: [akka-user] Akka Streams + TCP + TLS

2017-03-13 Thread Pablo Milanese
s a full example which does just that: > https://github.com/typesafehub/activator-akka-stream-java8/blob/master/src/main/java/sample/stream/TcpTLSEcho.java > > Happy hakking > > > On Mar 11, 2017 10:43 AM, "Pablo Milanese" > wrote: > >> Hello !. >>

[akka-user] Akka Streams + TCP + TLS

2017-03-11 Thread Pablo Milanese
Hello !. I am actually looking for an example of the combinations of *akka.streams.javadsl.Tcp* and *akka.streams.javadsl.TLS* to create custom SSL/TLS enabled TCP servers and clients, but I couldn't find anything .. I think I have resolved the akka-streams-tcp, but I can't find how can I joi