Merge pull request #1004 from drewhk/wip-2833-only-ssl-client-handshakes-drewhk
Only client should issue an SSL handshake #2833
This commit is contained in:
commit
bddc992a78
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue