Error when trying to FTPS backups to other directadmin server

Dendiestdennis

Verified User
Joined
Mar 9, 2016
Messages
21
I'm getting an error when trying to FTPS backups to other directadmin server.
FTP works fine, but i want to use FTPS for security reasons.

/usr/bin/curl returned error code 18
curl: (18) NSS: client certificate not found (nickname not specified)
FTP information invalid.

What to do???

Regards,
Dennis
 
Looks like one system uses curl (amongst others) compiled with OpenSSL and the other one uses NSS (Netscape Security System). Both handle certificates in another way.

I think they started using NSS libs with centos 7.

Besides making sure you're using the same type of encyption libraries on both sites, I don't think you can do much about it and DirectAdmin staff has to take a look at how stuff get's executed.

Edit: Make sure you have the same size server certs (2048 or 4096bits) on either site. IIRC NSS should support so maybe an 'yum update' and rebuild of at least curl (but better do a ./build all) would already fix it.
 
Last edited:
Back
Top