Skip to content

Commit 0503a38

Browse files
committed
try ith other hostname
1 parent c4ba140 commit 0503a38

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ scenarios:
8080
application:
8181
job: httpSysServer
8282
variables:
83-
httpSysUrlPrefix: "https://testserver.local:5000"
83+
httpSysUrlPrefix: "https://testserver:{{serverPort}}"
8484
load:
8585
job: httpclient
8686
variables:

src/BenchmarksApps/TLS/HttpSys/appsettings.Development.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"mTLS": "false",
99
"httpSysLogs": "true",
1010
"tlsRenegotiation": "true",
11-
"certValidationConsoleEnabled": "true"
11+
"certValidationConsoleEnabled": "true",
12+
"httpSysUrlPrefix": "https://testserver:5000"
1213
}

0 commit comments

Comments
 (0)