You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
124
143
## Endpoint reference
125
144
126
145
To connect to Azure, the endpoints use `*.arcdataservices.com`.
0 commit comments