Skip to content

Commit e584871

Browse files
authored
Merge pull request #108969 from TimShererWithAquent/us1679050ad
Change SSL to TLS per 1679050
2 parents 8f120fa + a59f04a commit e584871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/v1/data-factory-json-scripting-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3553,7 +3553,7 @@ To define an FTP linked service, set the **type** of the linked service to **Ftp
35533553
| gatewayName |Name of the Data Management Gateway to connect to an on-premises FTP server |No |  |
35543554
| port |Port on which the FTP server is listening |No |21 |
35553555
| enableSsl |Specify whether to use FTP over SSL/TLS channel |No |true |
3556-
| enableServerCertificateValidation |Specify whether to enable server SSL certificate validation when using FTP over SSL/TLS channel |No |true |
3556+
| enableServerCertificateValidation |Specify whether to enable server TLS/SSL certificate validation when using FTP over SSL/TLS channel |No |true |
35573557

35583558
#### Example: Using Anonymous authentication
35593559

@@ -4068,7 +4068,7 @@ To define a HTTP linked service, set the **type** of the linked service to **Htt
40684068
| --- | --- | --- |
40694069
| url | Base URL to the Web Server | Yes |
40704070
| authenticationType | Specifies the authentication type. Allowed values are: **Anonymous**, **Basic**, **Digest**, **Windows**, **ClientCertificate**. <br><br> Refer to sections below this table on more properties and JSON samples for those authentication types respectively. | Yes |
4071-
| enableServerCertificateValidation | Specify whether to enable server SSL certificate validation if source is HTTPS Web Server | No, default is true |
4071+
| enableServerCertificateValidation | Specify whether to enable server TLS/SSL certificate validation if source is HTTPS Web Server | No, default is true |
40724072
| gatewayName | Name of the Data Management Gateway to connect to an on-premises HTTP source. | Yes if copying data from an on-premises HTTP source. |
40734073
| encryptedCredential | Encrypted credential to access the HTTP endpoint. Auto-generated when you configure the authentication information in copy wizard or the ClickOnce popup dialog. | No. Apply only when copying data from an on-premises HTTP server. |
40744074

0 commit comments

Comments
 (0)