Skip to content

Commit 07b6a50

Browse files
authored
Merge pull request #109134 from TimShererWithAquent/us1679050au
Change SSL to TLS per 1679050
2 parents 22b2987 + 11f48e1 commit 07b6a50

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
@@ -70,7 +70,7 @@ Azure App Service supports out of the box tuning and customization through the A
7070

7171
- [Configure app settings](configure-common.md#configure-app-settings)
7272
- [Set up a custom domain](app-service-web-tutorial-custom-domain.md)
73-
- [Configure SSL bindings](configure-ssl-bindings.md)
73+
- [Configure TLS bindings](configure-ssl-bindings.md)
7474
- [Add a CDN](../cdn/cdn-add-to-web-app.md)
7575
- [Configure the Kudu site](https://github.com/projectkudu/kudu/wiki/Configurable-settings)
7676

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

180180
### Configure TLS/SSL
181181

182-
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.
182+
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.
183183
184184
### Use KeyVault References
185185

0 commit comments

Comments
 (0)