|
Use Encryption: |
boolean |
If set, the connection is secured via Secure Sockets Layer (SSL) |
|
Security Protocol: |
string |
Security protocol.
SSL - Supports some version of SSL; may support other versions.
SSLv2 - Supports SSL version 2 or higher.
SSLv3 - Supports SSL version 3; may support other versions.
TLS - Supports some version of TLS; may support other versions. TLSv1 - Supports TLS version 1; may support other versions.
Field not needed if Keystore is a SSL Provider.
Select from one of the following options:
- SSL
- SSLv2
- SSLv3
- TLS
- TLSv1
- TLSv1.1
- TLSv1.2
|
|
Secure Data Connection: |
boolean |
Use a secure data connection, i.e. transfer data securely. Used in conjunction with "Secure Control Connection". |
|
Use 128-bit Encryption: |
boolean |
Enforces the use of 128-bit encryption |
* |
SSL Security: |
string |
FTP Server connection type.
unknown - Defaults to Explicit Security then fails over to Implicit Security.
explicit - In order to establish the SSL link, explicit security requires that the FTP client issue a specific command to the FTP server after establishing a connection. The default FTP server port is used.
implicit - Implicit security automatically begins with an SSL connection as soon as the FTP client connects to an FTP server. In implicit security, the FTP server defines a specific port for the client (typically 990) to be used for secure connections.
Select from one of the following options:
- unknown
- implicit
- explicit
|
|
Keystore File or Security Provider: |
string |
Full path to Keystore file, which provides certificate material to be used for SSL connection, name of the Security Provider, or leave blank to use the configured default Security Provider. |
|
Keystore Password: |
password |
Password to access Keystore file; not needed if Keystore File or Security Provider is name of a Security Provider. |
|
Keystore Type: |
string |
Type of the Keystore; not needed if Keystore File or Security Provider is name of a Security Provider |