This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new a81f3b1a6f warn users when HostnameVerification is not enabled (#3398)
a81f3b1a6f is described below

commit a81f3b1a6fff6fe84fef537783583871aa02facc
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jul 30 09:00:55 2026 +0100

    warn users when HostnameVerification is not enabled (#3398)
---
 .../org/apache/pekko/remote/artery/tcp/ConfigSSLEngineProvider.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/remote/src/main/scala/org/apache/pekko/remote/artery/tcp/ConfigSSLEngineProvider.scala
 
b/remote/src/main/scala/org/apache/pekko/remote/artery/tcp/ConfigSSLEngineProvider.scala
index 57ad32f4d6..9456640e0a 100644
--- 
a/remote/src/main/scala/org/apache/pekko/remote/artery/tcp/ConfigSSLEngineProvider.scala
+++ 
b/remote/src/main/scala/org/apache/pekko/remote/artery/tcp/ConfigSSLEngineProvider.scala
@@ -81,7 +81,7 @@ class ConfigSSLEngineProvider(protected val config: Config, 
protected val log: M
     if (HostnameVerification)
       log.debug("TLS/SSL hostname verification is enabled.")
     else
-      log.info(
+      log.warning(
         LogMarker.Security,
         "TLS/SSL hostname verification is disabled. See Pekko reference 
documentation for more information.")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to