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 6fbdfce commit 336b34fCopy full SHA for 336b34f
scenarios/tls.benchmarks.yml
@@ -18,7 +18,7 @@ jobs:
18
# behavioral settings
19
mTLS: false # enables settings on http.sys to negotiate client cert on connections
20
tlsRenegotiation: false # enables client cert validation
21
- tlsProtocols:
+ tlsProtocols: "tls12"
22
# debug purpose settings
23
certValidationConsoleEnabled: false
24
httpSysLogs: false
@@ -37,7 +37,7 @@ jobs:
37
38
mTLS: false
39
tlsRenegotiation: false
40
41
42
43
statsEnabled: false
0 commit comments