Skip to content

Commit

Permalink
Only client should issue an SSL handshake #2833
Browse files Browse the repository at this point in the history
  • Loading branch information
Endre Sándor Varga committed Jan 8, 2013
1 parent 7944b45 commit 695fe02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class NettyTransport(private val settings: NettyTransportSettings, private val s

private def sslHandler(isClient: Boolean): SslHandler = {
val handler = NettySSLSupport(settings.SslSettings.get, log, isClient)
handler.setIssueHandshake(true)
if (isClient) handler.setIssueHandshake(true)
handler
}

Expand Down

0 comments on commit 695fe02

Please sign in to comment.