Skip to content

Commit 1a5bbc3

Browse files
authored
Merge pull request #100225 from Blackmist/tls-info
tls version
2 parents 9a00b9c + c12fbb7 commit 1a5bbc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-secure-web-service.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Secure web services using SSL
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to enable HTTPS in order too secure a web service that's deployed through Azure Machine Learning.
4+
description: Learn how to enable HTTPS in order to secure a web service that's deployed through Azure Machine Learning.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -23,6 +23,8 @@ You use [HTTPS](https://en.wikipedia.org/wiki/HTTPS) to restrict access to web s
2323

2424
> [!TIP]
2525
> The Azure Machine Learning SDK uses the term "SSL" for properties that are related to secure communications. This doesn't mean that your web service doesn't use *TLS*. SSL is just a more commonly recognized term.
26+
>
27+
> Specifically, web services deployed through Azure Machine Learning only support TLS version 1.2.
2628
2729
TLS and SSL both rely on *digital certificates*, which help with encryption and identity verification. For more information on how digital certificates work, see the Wikipedia topic [Public key infrastructure](https://en.wikipedia.org/wiki/Public_key_infrastructure).
2830

0 commit comments

Comments
 (0)