File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
certValidationConsoleEnabled : false
24
24
statsEnabled : false
25
25
logRequestDetails : false
26
- arguments : " --urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --logRequestDetails {{logRequestDetails}}"
26
+ certPublicKeyLength : 2048
27
+ arguments : " --urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --logRequestDetails {{logRequestDetails}} --certPublicKeyLength {{certPublicKeyLength}}"
27
28
28
29
kestrelServer :
29
30
source :
@@ -79,6 +80,8 @@ scenarios:
79
80
tls-handshakes-httpsys :
80
81
application :
81
82
job : httpSysServer
83
+ variables :
84
+ certPublicKeyLength : 2048
82
85
load :
83
86
job : httpclient
84
87
variables :
@@ -92,14 +95,12 @@ scenarios:
92
95
application :
93
96
job : httpSysServer
94
97
variables :
98
+ certPublicKeyLength : 2048
95
99
mTLS : true # enables settings on http.sys to negotiate client cert on connections
96
100
tlsRenegotiation : true # enables client cert validation
97
- certValidationConsoleEnabled : false # only for debug purposes
98
- serverPort : 8080 # IMPORTANT: not to intersect with other tests in case http.sys configuration impacts other benchmarks
99
101
load :
100
102
job : httpclient
101
103
variables :
102
- serverPort : 8080 # in sync with server
103
104
path : /hello-world
104
105
presetHeaders : connectionclose
105
106
connections : 32
@@ -112,9 +113,8 @@ scenarios:
112
113
application :
113
114
job : httpSysServer
114
115
variables :
115
- mTLS : false
116
+ certPublicKeyLength : 2048
116
117
tlsRenegotiation : true
117
- certValidationConsoleEnabled : false # only for debug purposes
118
118
load :
119
119
job : httpclient
120
120
variables :
You can’t perform that action at this time.
0 commit comments