TLSCERTCROSSCHECK (FTP client and server) statement
Use the TLSCERTCROSSCHECK statement to control whether FTP performs cross-checking of the certificates to validate that the certificate presented on the control connection is the same certificate presented on the data connection. This checking is performed only when FTP is secured by TLS.
Syntax
Parameters
- TRUE
- FTP performs cross-checking to validate whether the certificates on the control connection and on the data connection are the same. This is the default.
- FALSE
- FTP does not perform cross-checking of the certificates.
Examples
To disable certificate cross-checking support, code the following statement:TLSCERTCROSSCHECK FALSE