From 04cbb3fed07746dc9dd490d94bc8650a8828e58c Mon Sep 17 00:00:00 2001 From: Korolev Dmitry Date: Mon, 24 Feb 2025 13:44:02 +0100 Subject: [PATCH] try tls on win --- scenarios/tls.benchmarks.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scenarios/tls.benchmarks.yml b/scenarios/tls.benchmarks.yml index 8e7f50e20..d5c029020 100644 --- a/scenarios/tls.benchmarks.yml +++ b/scenarios/tls.benchmarks.yml @@ -161,6 +161,20 @@ scenarios: certPwd: testPassword sslProtocol: tls12 +# Kestrel on Windows + + tls-handshakes-kestrel-win: + application: + job: kestrelServer + load: + job: httpclient + variables: + path: /hello-world + presetHeaders: connectionclose + connections: 32 + serverScheme: https + sslProtocol: tls12 + # Kestrel in Docker tls-handshakes-docker-openssl-332: application: