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 4ed2542 commit 548a8c5Copy full SHA for 548a8c5
cns/configuration/configuration_test.go
@@ -89,7 +89,7 @@ func TestReadConfigFromFile(t *testing.T) {
89
UseHTTPS: true,
90
UseMTLS: true,
91
WireserverIP: "168.63.129.16",
92
- MinTLSVersion: "TLS 1.1",
+ MinTLSVersion: "TLS 1.3",
93
},
94
wantErr: false,
95
cns/configuration/testdata/good.json
@@ -35,5 +35,5 @@
35
"AZRSettings": {
36
"PopulateHomeAzCacheRetryIntervalSecs": 60
37
38
- "MinTLSVersion": "TLS 1.1"
+ "MinTLSVersion": "TLS 1.3"
39
}
0 commit comments