File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 15
15
project : src/BenchmarksApps/TLS/HttpSys/HttpSys.csproj
16
16
readyStateText : Application started.
17
17
variables :
18
+ # behavioral settings
18
19
mTLS : false # enables settings on http.sys to negotiate client cert on connections
19
20
tlsRenegotiation : false # enables client cert validation
20
21
tlsProtocols : " tls12"
@@ -32,11 +33,13 @@ jobs:
32
33
project : src/BenchmarksApps/TLS/Kestrel/Kestrel.csproj
33
34
readyStateText : Application started.
34
35
variables :
36
+ # behavioral settings
35
37
mTLS : false
36
38
tlsRenegotiation : false
39
+ tlsProtocols : " tls12"
40
+ # debug purpose settings
37
41
certValidationConsoleEnabled : false
38
42
statsEnabled : false
39
- tlsProtocols : " tls12"
40
43
arguments : " --urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --tlsProtocols {{tlsProtocols}}"
41
44
42
45
scenarios :
You can’t perform that action at this time.
0 commit comments