Re: [akka-user] Secure-cookie not realy secure

2014-01-28 Thread Akka Team
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

[akka-user] Secure-cookie not realy secure

2014-01-27 Thread Любен Каравелов
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