Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b02b300

Browse files
Merge pull request #33356 from twright-msft/docs-editor/troubleshoot-telemetry-endpoin-1740947562
Add more clarity about TLS version support.
2 parents 1ca3da4 + 6942d5b commit b02b300

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/sql-server/azure-arc/troubleshoot-telemetry-endpoint.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,25 @@ You can probe connectivity to all regions with the [test-connectivity.ps1](https
121121

122122
:::code language="powershell" source="~/../sql-server-samples/samples/features/azure-arc/troubleshooting/test-connectivity.ps1":::
123123

124+
## Check TLS version compatibility
125+
126+
The telemetry and data processing service endpoints support the following TLS versions: TLS 1.2 and 1.3. Supported TLS versions by operating system for Windows Server 2012/R2 are listed below.
127+
128+
|Cipher Suite|WS 2012|WS 2012 R2|
129+
| -------- | -------- | -------- |
130+
|`TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (0xCCA8)`| Not Supported| Not Supported|
131+
|`TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xC02F)`| Not Supported| Supported|
132+
|`TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xC030)`| Not Supported| Supported|
133+
134+
If an unsupported TLS version is being used, you may see an error in the log
135+
```output
136+
<date time>|ERROR|SqlServerExtension.Service|Request failed with exception 'System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
137+
138+
---> System.Security.Authentication.AuthenticationException: Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'.
139+
140+
---> System.ComponentModel.Win32Exception (0x80090326): The message received was unexpected or badly formatted.
141+
```
142+
124143
## Endpoint reference
125144

126145
To connect to Azure, the endpoints use `*.arcdataservices.com`.

0 commit comments

Comments
 (0)