Skip to content

Commit

Permalink
Update NettySSLSupport.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 30, 2024
1 parent 469bdc7 commit 66e2cb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private[pekko] class SSLSettings(config: Config) {

val SSLTrustStorePassword = getString("trust-store-password")

val SSLEnabledAlgorithms = getStringList("enabled-algorithms").asScala.to(Set)
val SSLEnabledAlgorithms = getStringList("enabled-algorithms").asScala.toSet

val SSLProtocol = getString("protocol")

Expand Down

0 comments on commit 66e2cb7

Please sign in to comment.