Skip to content

Commit

Permalink
Add log message about dual mode enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 22, 2024
1 parent 5120efb commit f6c3b4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ public SSLClientChannelInitializer(DiscoveryNode node) {

connectionTestResult = SSLConnectionTestResult.SSL_AVAILABLE;
if (dualModeEnabled) {
logger.info("SSL Dual mode enabled, using port unification handler");
SecureConnectionTestUtil sslConnectionTestUtil = new SecureConnectionTestUtil(
node.getAddress().getAddress(),
node.getAddress().getPort()
Expand Down

0 comments on commit f6c3b4c

Please sign in to comment.