Uncommenting SSL support

This commit is contained in:
Viktor Klang 2010-08-04 13:31:41 +02:00
parent c4c5babfd6
commit 2bf4a58ee8
2 changed files with 3 additions and 4 deletions

View file

@ -76,8 +76,7 @@ object RemoteServer {
} }
val SECURE = { val SECURE = {
//TODO: Remove this when SSL is in working condition 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"),
@ -98,7 +97,7 @@ object RemoteServer {
true true
} }
else */ else
false false
} }

View file

@ -76,7 +76,7 @@ akka {
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 {
service = off #on / off (THIS FEATURE IS NOT ACTIVATED YET, STAY TUNED) service = off #on / 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