Hard-off-switching SSL Remote Actors due to not production ready for 0.10

This commit is contained in:
Viktor Klang 2010-08-18 19:02:48 +02:00
parent 8116bf85b8
commit 2cf35a27a3
2 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@ object RemoteServer {
} }
val SECURE = { val SECURE = {
if (config.getBool("akka.remote.ssl.service",false)) { /*if (config.getBool("akka.remote.ssl.service",false)) {
val properties = List( val properties = List(
("key-store-type" , "keyStoreType"), ("key-store-type" , "keyStoreType"),
("key-store" , "keyStore"), ("key-store" , "keyStore"),
@ -95,7 +95,7 @@ object RemoteServer {
if (config.getBool("akka.remote.ssl.debug", false)) System.setProperty("javax.net.debug","ssl") if (config.getBool("akka.remote.ssl.debug", false)) System.setProperty("javax.net.debug","ssl")
true true
} else false } else */false
} }
object Address { object Address {

View file

@ -80,8 +80,8 @@ akka {
compression-scheme = "zlib" # Options: "zlib" (lzf to come), leave out for no compression compression-scheme = "zlib" # Options: "zlib" (lzf to come), leave out for no compression
zlib-compression-level = 6 # Options: 0-9 (1 being fastest and 9 being the most compressed), default is 6 zlib-compression-level = 6 # Options: 0-9 (1 being fastest and 9 being the most compressed), default is 6
ssl { ssl { #This feature is not deemed production ready and is not possible to turn on yet
service = off #on / off service = off
#You can either use java command-line options or use the settings below #You can either use java command-line options or use the settings below