Hi,
Today I dumped the communication and it looks that we pass the
> akka.remote.secure-cookie in plain-text over the wire. My look at
> AkkaProtocolTransport.scala confirmed that. I understand that this is not
> supposed to be strong authentication but still it is pretty weak one.
>
This is com
Hello,
I was looking these days about a light-weight transport authentication for
akka remoting. SSL is heavy and could not authenticate clients as far as I
understand the implementation in
akka/remote/transport/netty/NettySSLSupport.scala. The other option that I
was looking into is using akk