Removing commented out code in the Ticket1978CommunicationSpec
This commit is contained in:
parent
6c5595acdd
commit
f63409e0e7
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ object Configuration {
|
|||
"""
|
||||
|
||||
def getCipherConfig(cipher: String, enabled: String*): (String, Boolean, Config) = try {
|
||||
//NettySSLSupport.initializeCustomSecureRandom(Some(cipher), None, NoLogging) ne null
|
||||
val config = ConfigFactory.parseString(conf.format(trustStore, keyStore, cipher, enabled.mkString(", ")))
|
||||
val settings = new NettySettings(config.withFallback(AkkaSpec.testConf).withFallback(ConfigFactory.load).getConfig("akka.remote.netty"), "pigdog")
|
||||
(NettySSLSupport.initializeClientSSL(settings, NoLogging) ne null) || (throw new NoSuchAlgorithmException(cipher))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue