I am currently pulling my hair out trying to set up SSL/TLS for actor communication over the cluster. This is mainly because it’s a rather new territory for me.
Where can I find (more) documentation about the configuration for SSL? Does any of Example Configurations · SSL Config apply to Remoting • Akka Documentation?
I can sign my own certs with my own CA and put them into .jks
files and give them to Akka, but that doesn’t work. I.e. something I’m doing is wrong. I’ve also followed the guide Generating X.509 Certificates · SSL Config.
I’ve done the same for other cluster applications, i.e. setting up TLS communication with mutual validation using a custom CA. There must be requirements for Java/Akka I’m not aware of, and seems difficult to find out what they are.
Especially, when all the JVM says is things like
Remote connection to [/192.168.3.202:38748] failed with javax.net.ssl.SSLHandshakeException: General SSLEngine problem"
I’m always happy when I get the JVM error message to change to something else, but I’d be more happy to get it actually to work.