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 b24896c commit 0dbe197Copy full SHA for 0dbe197
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