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
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/transport-layer-security-audit-minimum-version.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,4 +121,3 @@ See the following documentation for more information.
121
121
122
122
-[Enforce a minimum required version of Transport Layer Security (TLS) for requests to a Service Bus namespace](transport-layer-security-enforce-minimum-version.md)
123
123
-[Configure the minimum TLS version for a Service Bus namespace](transport-layer-security-configure-minimum-version.md)
124
-
-[Configure Transport Layer Security (TLS) for a Service Bus client application](transport-layer-security-configure-client-version.md)
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/transport-layer-security-configure-minimum-version.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,11 +144,14 @@ The response should look something like the below, with the minimumTlsVersion se
144
144
}
145
145
```
146
146
147
-
## Test the minimum TLS version from a client
147
+
## TLS version used by a client
148
148
149
-
To test that the minimum required TLS version for a Service Bus namespace forbids calls made with an older version, you can configure a client to use an older version of TLS. For more information about configuring a client to use a specific version of TLS, see [Configure Transport Layer Security (TLS) for a client application](transport-layer-security-configure-client-version.md).
149
+
To test that the minimum required TLS version for a Service Bus namespace forbids calls made with an older version, you can configure a client to use an older version of TLS.
150
150
151
-
When a client accesses a Service Bus namespace using a TLS version that does not meet the minimum TLS version configured for the namespace, Azure Service Bus returns error code 401 (Unauthorized) and a message indicating that the TLS version that was used is not permitted for making requests against this Service Bus namespace.
151
+
> [!NOTE]
152
+
> The runtime automatically uses the most recent TLS version available on the client applications' host machine. We recommend that you don't override this behavior. For more information, see [Select TLS version](/dotnet/core/extensions/sslstream-best-practices#select-tls-version).
153
+
154
+
When a client accesses a Service Bus namespace using a TLS version that doesn't meet the minimum TLS version configured for the namespace, Azure Service Bus returns error code 401 (Unauthorized) and a message indicating that the TLS version that was used is not permitted for making requests against this Service Bus namespace.
152
155
153
156
> [!NOTE]
154
157
> When you configure a minimum TLS version for a Service Bus namespace, that minimum version is enforced at the application layer. Tools that attempt to determine TLS support at the protocol layer may return TLS versions in addition to the minimum required version when run directly against the Service Bus namespace endpoint.
@@ -158,5 +161,4 @@ When a client accesses a Service Bus namespace using a TLS version that does not
158
161
See the following documentation for more information.
159
162
160
163
-[Enforce a minimum required version of Transport Layer Security (TLS) for requests to a Service Bus namespace](transport-layer-security-enforce-minimum-version.md)
161
-
-[Configure Transport Layer Security (TLS) for a Service Bus client application](transport-layer-security-configure-client-version.md)
162
164
-[Use Azure Policy to audit for compliance of minimum TLS version for a Service Bus namespace](transport-layer-security-audit-minimum-version.md)
0 commit comments