File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 20
20
project : src/BenchmarksApps/TLS/HttpSys/HttpSys.csproj
21
21
readyStateText : Application started.
22
22
variables :
23
+ serverScheme : https
23
24
# behavioral settings
24
25
mTLS : false # enables settings on http.sys to negotiate client cert on connections
25
26
tlsRenegotiation : false # enables client cert validation
30
31
httpSysLogs : false
31
32
statsEnabled : false
32
33
logRequestDetails : false
33
- arguments : " --urls https ://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --httpSysLogs {{httpSysLogs}} --logRequestDetails {{logRequestDetails}} --httpSysUrlPrefix {{httpSysUrlPrefix}}"
34
+ arguments : " --urls {{serverScheme}} ://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --httpSysLogs {{httpSysLogs}} --logRequestDetails {{logRequestDetails}} --httpSysUrlPrefix {{httpSysUrlPrefix}}"
34
35
35
36
kestrelServer :
36
37
source :
39
40
project : src/BenchmarksApps/TLS/Kestrel/Kestrel.csproj
40
41
readyStateText : Application started.
41
42
variables :
43
+ serverScheme : https
42
44
# behavioral settings
43
45
mTLS : false
44
46
tlsRenegotiation : false
49
51
certValidationConsoleEnabled : false
50
52
statsEnabled : false
51
53
logRequestDetails : false
52
- arguments : " --urls https ://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --tlsProtocols {{tlsProtocols}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --logRequestDetails {{logRequestDetails}} --enableHostHeaderValidation {{enableHostHeaderValidation}}"
54
+ arguments : " --urls {{serverScheme}} ://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --tlsProtocols {{tlsProtocols}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --logRequestDetails {{logRequestDetails}} --enableHostHeaderValidation {{enableHostHeaderValidation}}"
53
55
54
56
scenarios :
55
57
@@ -152,6 +154,7 @@ scenarios:
152
154
job : kestrelServer
153
155
variables :
154
156
enableHostHeaderValidation : true
157
+ serverScheme : http
155
158
httpOnly : true
156
159
load :
157
160
job : wrk
You can’t perform that action at this time.
0 commit comments