Hi Jim,

Akka Remoting has no support for this feature (see ticket
https://github.com/akka/akka/issues/13874). While we might implement this
in the future, you should consider that Akka remoting is designed to work
intra-datacenter and not inter-datacenter. If inter-datacenter
communciation is needed then it is recommended to use normal client-server
technologies like akka io (for TCP) or spray (for HTTP), not just because
of security, but because of the underlying assumptions in remoting (see
http://doc.akka.io/docs/akka/2.3.11/general/remoting.html#Peer-to-Peer_vs__Client-Server
)

-Endre

On Wed, May 27, 2015 at 12:04 AM, Jim Newsham <[email protected]> wrote:

>
> For security reasons, we would like to enable two-way ssl authentication
> for our akka remoting communication.  Is this possible?
>
> Thanks,
> Jim
>
>  --
> >>>>>>>>>> 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.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

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