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-http.git
The following commit(s) were added to refs/heads/main by this push:
new bfd9b501f alllow http2-tests to apply tls engine checks (#1033)
bfd9b501f is described below
commit bfd9b501fce37bad41ee0c245d2e6990597ce093
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 10 13:39:04 2026 +0100
alllow http2-tests to apply tls engine checks (#1033)
---
http2-tests/src/test/resources/application.conf | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/http2-tests/src/test/resources/application.conf
b/http2-tests/src/test/resources/application.conf
new file mode 100644
index 000000000..1a2da3d0b
--- /dev/null
+++ b/http2-tests/src/test/resources/application.conf
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: Apache-2.0
+
+pekko {
+ # TLS engine to use for tests, default is "legacy-actor" but can be
overridden by setting
+ # the system property or environment variable TLS_ENGINE_CONFIG to
"graph-stage"
+ # see https://github.com/apache/pekko/pull/2878
+ stream.materializer.tls.engine = "legacy-actor"
+ stream.materializer.tls.engine = ${?TLS_ENGINE_CONFIG}
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]