Skip to content

Commit 336b34f

Browse files
committed
rollback
1 parent 6fbdfce commit 336b34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# behavioral settings
1919
mTLS: false # enables settings on http.sys to negotiate client cert on connections
2020
tlsRenegotiation: false # enables client cert validation
21-
tlsProtocols:
21+
tlsProtocols: "tls12"
2222
# debug purpose settings
2323
certValidationConsoleEnabled: false
2424
httpSysLogs: false
@@ -37,7 +37,7 @@ jobs:
3737
# behavioral settings
3838
mTLS: false
3939
tlsRenegotiation: false
40-
tlsProtocols:
40+
tlsProtocols: "tls12"
4141
# debug purpose settings
4242
certValidationConsoleEnabled: false
4343
statsEnabled: false

0 commit comments

Comments
 (0)