Skip to content

Commit 961e50e

Browse files
Additional changes.
1 parent 1c205d6 commit 961e50e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/troubleshoot-domain-ssl-certificates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ When you add a TLS binding, you receive the following error message:
3232

3333
#### Cause
3434

35-
This problem can occur if you have multiple IP-based TLS bindings for the same IP address across multiple apps. For example, app A has an IP-based TLS with an old certificate. App B has an IP-based TLS with a new certificate for the same IP address. When you update the app TLS binding with the new certificate, it fails with this error because the same IP address is being used for another app.
35+
This problem can occur if you have multiple IP-based SSL bindings for the same IP address across multiple apps. For example, app A has an IP-based SSL with an old certificate. App B has an IP-based SSL with a new certificate for the same IP address. When you update the app TLS binding with the new certificate, it fails with this error because the same IP address is being used for another app.
3636

3737
#### Solution
3838

3939
To fix this problem, use one of the following methods:
4040

41-
- Delete the IP-based TLS binding on the app that uses the old certificate.
42-
- Create a new IP-based TLS binding that uses the new certificate.
41+
- Delete the IP-based SSL binding on the app that uses the old certificate.
42+
- Create a new IP-based SSL binding that uses the new certificate.
4343

4444
### You can't delete a certificate
4545

0 commit comments

Comments
 (0)