Skip to content

Commit 17139cb

Browse files
authored
Merge pull request #296476 from spelluru/sbustls0317
Retiring the article as per Jesse
2 parents a8d2d32 + 0cc0844 commit 17139cb

6 files changed

+12
-82
lines changed

articles/service-bus-messaging/.openpublishing.redirection.service-bus-messaging.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"redirections": [
2+
"redirections": [
3+
{
4+
"source_path": "transport-layer-security-configure-client-version.md",
5+
"redirect_url": "/azure/service-bus-messaging/transport-layer-security-configure-minimum-version#tls-version-used-by-a-client",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "migrate-java-apps-wild-fly.md",
510
"redirect_url": "/azure/app-service/configure-language-java#use-service-bus-as-a-message-broker",

articles/service-bus-messaging/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@
295295
href: transport-layer-security-configure-minimum-version.md
296296
- name: Audit minimum required TLS version
297297
href: transport-layer-security-audit-minimum-version.md
298-
- name: Configure TLS version for client
299-
href: transport-layer-security-configure-client-version.md
300298
- name: Troubleshoot
301299
items:
302300
- name: Troubleshooting guide

articles/service-bus-messaging/transport-layer-security-audit-minimum-version.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,3 @@ See the following documentation for more information.
121121

122122
- [Enforce a minimum required version of Transport Layer Security (TLS) for requests to a Service Bus namespace](transport-layer-security-enforce-minimum-version.md)
123123
- [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)

articles/service-bus-messaging/transport-layer-security-configure-client-version.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

articles/service-bus-messaging/transport-layer-security-configure-minimum-version.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,14 @@ The response should look something like the below, with the minimumTlsVersion se
144144
}
145145
```
146146

147-
## Test the minimum TLS version from a client
147+
## TLS version used by a client
148148

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.
150150

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.
152155

153156
> [!NOTE]
154157
> 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
158161
See the following documentation for more information.
159162

160163
- [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)
162164
- [Use Azure Policy to audit for compliance of minimum TLS version for a Service Bus namespace](transport-layer-security-audit-minimum-version.md)

articles/service-bus-messaging/transport-layer-security-enforce-minimum-version.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ Here're a few important points to consider:
5353
See the following documentation for more information.
5454

5555
- [Configure the minimum TLS version for a Service Bus namespace](transport-layer-security-configure-minimum-version.md)
56-
- [Configure Transport Layer Security (TLS) for a Service Bus client application](transport-layer-security-configure-client-version.md)
5756
- [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

Comments
 (0)