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

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit fc4fe164d33bedf557a43dc80b5b4eb88dd230b0
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Oct 23 18:03:42 2025 +0100

    pekko-stream: change default TLS protocol from TLSv1.2 to TLSv1.3
---
 stream/src/main/resources/reference.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stream/src/main/resources/reference.conf 
b/stream/src/main/resources/reference.conf
index 305faeeacb..a2d604a4dd 100644
--- a/stream/src/main/resources/reference.conf
+++ b/stream/src/main/resources/reference.conf
@@ -182,7 +182,7 @@ pekko {
 
   # configure overrides to ssl-configuration here (to be used by 
pekko-streams, and pekko-http – i.e. when serving https connections)
   ssl-config {
-    protocol = "TLSv1.2"
+    protocol = "TLSv1.3"
   }
 
   actor {


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

Reply via email to