Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece committed Jun 6, 2022
1 parent 3149588 commit 41fb6d6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ public DirectProxyHandler(ProxyService service, ProxyConnection proxyConnection)
config.getBrokerClientTlsTrustStoreType(),
config.getBrokerClientTlsTrustStore(),
config.getBrokerClientTlsTrustStorePassword(),
null,
null,
null,
config.getBrokerClientTlsCiphers(),
config.getBrokerClientTlsProtocols(),
config.getTlsCertRefreshCheckDurationSec(),
Expand All @@ -137,6 +140,8 @@ public DirectProxyHandler(ProxyService service, ProxyConnection proxyConnection)
sslProvider,
config.isTlsAllowInsecureConnection(),
config.getBrokerClientTrustCertsFilePath(),
null,
null,
authData,
config.getBrokerClientTlsCiphers(),
config.getBrokerClientTlsProtocols(),
Expand Down

0 comments on commit 41fb6d6

Please sign in to comment.