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 17
17
variables :
18
18
mTLS : false
19
19
certValidationConsoleEnabled : false
20
+ tlsRenegotiation : false
21
+ httpSysLogs : false
20
22
statsEnabled : false
21
- arguments : " --urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}}"
23
+ arguments : " --urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --httpSysLogs {{httpSysLogs}} "
22
24
23
25
kestrelServer :
24
26
source :
@@ -54,6 +56,7 @@ scenarios:
54
56
variables :
55
57
mTLS : true
56
58
tlsRenegotiation : true
59
+ httpSysLogs : false # only for debug purposes
57
60
certValidationConsoleEnabled : false # only for debug purposes
58
61
load :
59
62
job : httpclient
You can’t perform that action at this time.
0 commit comments