Skip to content

Commit b4bece8

Browse files
remove "later version" for TLS as we support only 1.2
1 parent 5a68f34 commit b4bece8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/telephony/monitoring-troubleshooting-telephony/troubleshoot-tls-certificate-sip-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This situation might occur if you’re using an older version of TLS. To enforce
5555

5656
Make sure that your SBC certificate isn't self-signed and that you got it from a [trusted Certificate Authority (CA)](../direct-routing-infrastructure.md#sbc-certificates-and-domain-names).
5757

58-
If you’re using TLS version 1.2 or higher, and your SBC certificate is valid, then the issue might occur because the FQDN is misconfigured in your SIP profile and not recognized as belonging to any Communication resource. Check for the following conditions, and fix any errors that you find:
58+
If you’re using TLS version 1.2, and your SBC certificate is valid, then the issue might occur because the FQDN is misconfigured in your SIP profile and not recognized as belonging to any Communication resource. Check for the following conditions, and fix any errors that you find:
5959

6060
- The FQDN provided by the SBC in the Record-Route or Contact header is different from what is configured in Azure Communication resource.
6161
- The Contact header contains an IP address instead of the FQDN.
@@ -98,7 +98,7 @@ For more information about certificates, see [SBC certificates and domain names]
9898

9999
## TLS connection issues
100100

101-
If the TLS connection is closed right away and SIP OPTIONS aren't received from the SBC, or if **200 OK** isn't received from the SBC, then the problem might be with the TLS version. The TLS version configured on the SBC should be 1.2 or higher.
101+
If the TLS connection is closed right away and SIP OPTIONS aren't received from the SBC, or if **200 OK** isn't received from the SBC, then the problem might be with the TLS version. The TLS version configured on the SBC should be 1.2.
102102

103103
### SBC certificate is self-signed or not from a trusted CA
104104

0 commit comments

Comments
 (0)