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 = {
//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(
("key-store-type" ,"keyStoreType"),
@ -98,7 +97,7 @@ object RemoteServer {
true
}
else */
else
false
}