We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546753b commit efa9d8fCopy full SHA for efa9d8f
scenarios/tls.benchmarks.yml
@@ -18,7 +18,7 @@ jobs:
18
mTLS: false
19
certValidationConsoleEnabled: false
20
statsEnabled: false
21
- arguments: "--urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}}"
+ arguments: "--urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}}"
22
23
kestrelServer:
24
source:
0 commit comments