We can't set the SHA1PRNG random source reliably from within Akka. See #2977

This commit is contained in:
Björn Antonsson 2013-02-08 16:20:40 +01:00
parent a31d98340f
commit a54659e5b4
4 changed files with 4 additions and 21 deletions

View file

@ -48,7 +48,6 @@ object RemotingSpec {
protocol = "TLSv1"
random-number-generator = "AES128CounterSecureRNG"
enabled-algorithms = [TLS_RSA_WITH_AES_128_CBC_SHA]
sha1prng-random-source = "/dev/./urandom"
}
akka {