Skip to content

Commit c709f2d

Browse files
committed
Clarify Netezza SSL support
1 parent 2bf0e73 commit c709f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-netezza.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212

1313

1414
ms.topic: conceptual
15-
ms.date: 09/02/2019
15+
ms.date: 05/09/2020
1616
ms.author: jingwang
1717

1818
---
@@ -62,7 +62,7 @@ A typical connection string is `Server=<server>;Port=<port>;Database=<database>;
6262

6363
| Property | Description | Required |
6464
|:--- |:--- |:--- |
65-
| SecurityLevel | The level of security (SSL/TLS) that the driver uses for the connection to the data store. Example: `SecurityLevel=preferredSecured`. Supported values are:<br/>- **Only unsecured** (**onlyUnSecured**): The driver doesn't use TLS.<br/>- **Preferred unsecured (preferredUnSecured) (default)**: If the server provides a choice, the driver doesn't use TLS. <br/>- **Preferred secured (preferredSecured)**: If the server provides a choice, the driver uses TLS. <br/>- **Only secured (onlySecured)**: The driver doesn't connect unless an TLS connection is available. | No |
65+
| SecurityLevel | The level of security (SSL/TLS) that the driver uses for the connection to the data store. The driver supports SSL connections with one-way authentication using SSL version 3. <br>Example: `SecurityLevel=preferredSecured`. Supported values are:<br/>- **Only unsecured** (**onlyUnSecured**): The driver doesn't use TLS.<br/>- **Preferred unsecured (preferredUnSecured) (default)**: If the server provides a choice, the driver doesn't use TLS. <br/>- **Preferred secured (preferredSecured)**: If the server provides a choice, the driver uses TLS. <br/>- **Only secured (onlySecured)**: The driver doesn't connect unless an TLS connection is available. | No |
6666
| CaCertFile | The full path to the TLS/SSL certificate that's used by the server. Example: `CaCertFile=<cert path>;`| Yes, if TLS is enabled |
6767

6868
**Example**

0 commit comments

Comments
 (0)