Hi
I'm trying to use FileZilla 3.57.0 client to connect to my z/OS FTP server using Explicit FTP over TLS but I'm getting error "RC=6 (Key label is not found)":
BPXF024I (TCPIP) Apr 5 00:38:54 ftps 50397245 : GU1129 chkVerRel: 061
system information for S0W1: z/OS version 2 release 4 (3906)
BPXF024I (TCPIP) Apr 5 00:38:54 ftps 50397245 : PR0319 parse_cmd: 062
entered
BPXF024I (TCPIP) Apr 5 00:38:54 ftps 50397245 : PR0501 parse_cmd: 063
>>> AUTH TLS
BPXF024I (TCPIP) Apr 5 00:38:54 ftps 50397245 : SR3541 reply: --> 064
234 Security environment established - ready for negotiation
BPXF024I (TCPIP) Apr 5 00:38:55 ftps 50397245 : FR0653 authClient: 065
init failed with rc = 6 (Key label is not found)
BPXF024I (TCPIP) Apr 5 00:38:55 ftps 50397245 : FR1344 endSecureConn:
066
I've created a self-signed root certificate and a server certificate (signed with the root certificate). Both are attached to my keyring:
Digital ring information for user TCPIP:
Ring:
>FTPRING<
Certificate Label Name Cert Owner USAGE DEFAULT
-------------------------------- ------------ -------- -------
CA for EXT-FTP CERTAUTH CERTAUTH NO
ServerCert for EXT-FTP ID(TCPIP) PERSONAL NO
***
My z/OS FTP server config includes:
TLSRFCLEVEL RFC4217 ;
EXTENSIONS AUTH_TLS ;
TLSMECHANISM FTP ;
KEYRING TCPIP/FTPRING ;
SECURE_FTP ALLOWED ;
SECURE_PASSWORD OPTIONAL
SECURE_LOGIN NO_CLIENT_AUTH ;
SECURE_DATACONN CLEAR ;
CIPHERSUITE SSL_NULL_MD5 ;
CIPHERSUITE SSL_NULL_SHA ;
CIPHERSUITE SSL_RC4_MD5_EX ;
CIPHERSUITE SSL_RC4_MD5 ;
CIPHERSUITE SSL_RC4_SHA ;
CIPHERSUITE SSL_RC2_MD5_EX ;
CIPHERSUITE SSL_DES_SHA ;
CIPHERSUITE SSL_3DES_SHA ;
CIPHERSUITE SSL_AES_128_SHA ;
CIPHERSUITE SSL_AES_256_SHA ;
The owner of the FTP server task is TCPIP which matches my keyring owner and I've checked TCPIP has read access to the FACILITY profile IRR.DIGTCERT.LISTRING.
I've also downloaded my root certificate and added it to my 'Trusted Root Certification Authorities'. Have I missed a step or am I using the wrong ciphersuite values?
Thanks
Claire
------------------------------
Claire Hamilton
------------------------------