Uncommenting SSL support
This commit is contained in:
parent
c4c5babfd6
commit
2bf4a58ee8
2 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue