We are working on TLS <https://github.com/akka/akka/issues/16106> support,
but it is not ready yet.
/Patrik

On Thu, Mar 12, 2015 at 9:26 PM, Edward Sargisson <[email protected]> wrote:

> Hi,
> I'm trying to setup a client using TLS over TCP to connect to a server.
> The client is using Akka Streams 1.0-M4.
>
> At the moment I'm stymied:
> 1. After a series of debug messages about handshake, wrap and unwrap, the
> SslTlsCipherActor writes a debug log of
> ### HS NEED_TASK
> Running delegated task sun.security.ssl.Handshaker$DelegatedTask@38dcaf04
>
> 2. Then, after about 5s I get:
> Message [akka.stream.impl.MultiStreamInputProcessor$SubstreamOnError] from
> Actor[akka://chirp-dbus-notifier/deadLetters] to
> Actor[akka://chirp-dbus-notifier/user/ssl-client-1#1884597281] was not
> delivered
>
> Presumably that SubstreamOnError contains the exception that would give me
> a clue about what's failing. However, it's not being delivered to my actor
> and I can't include it in my actor anyway because it's private.
>
> So:
> 1. How do I get access to that exception?
> 2. Is there a Akka Stream 1.0-M4 example of using TLS over TCP?
>
> Many thanks in advance,
> Edward
>
> --
> >>>>>>>>>> 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.
>



-- 

Patrik Nordwall
Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
Twitter: @patriknw

-- 
>>>>>>>>>>      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.

Reply via email to