Skip to content

Commit 14ef79f

Browse files
Change SSL to TLS.
1 parent a670d80 commit 14ef79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-language-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Azure App Service supports out of the box tuning and customization through the A
5252

5353
- [Configure app settings](configure-common.md#configure-app-settings)
5454
- [Set up a custom domain](app-service-web-tutorial-custom-domain.md)
55-
- [Configure SSL bindings](configure-ssl-bindings.md)
55+
- [Configure TLS bindings](configure-ssl-bindings.md)
5656
- [Add a CDN](../cdn/cdn-add-to-web-app.md)
5757
- [Configure the Kudu site](https://github.com/projectkudu/kudu/wiki/Configurable-settings)
5858

@@ -161,7 +161,7 @@ To disable this feature, create an Application Setting named `WEBSITE_AUTH_SKIP_
161161

162162
### Configure TLS/SSL
163163

164-
Follow the instructions in the [Secure a custom DNS name with an SSL binding in Azure App Service](configure-ssl-bindings.md) to upload an existing SSL certificate and bind it to your application's domain name. By default your application will still allow HTTP connections-follow the specific steps in the tutorial to enforce SSL and TLS.
164+
Follow the instructions in the [Secure a custom DNS name with a TLS binding in Azure App Service](configure-ssl-bindings.md) to upload an existing TLS/SSL certificate and bind it to your application's domain name. By default your application will still allow HTTP connections-follow the specific steps in the tutorial to enforce SSL and TLS.
165165
166166
### Use KeyVault References
167167

0 commit comments

Comments
 (0)