NSS error when I want to download image from stacklet

When I want to import a stacklet image I got the following error in my user interface.

Downloading image from Stacklet URL ftp://ftp.stacklet.com/x86-64/Ubuntu/14.04/ubuntu.14-04.x86-64.20140419.... .... .. download failed : curl: (67) NSS: client certificate not found (nickname not specified)

Do you have any clue?

thanks,

Mario

Status: 
Closed (fixed)

Comments

That's odd, this works fine for me.

If you SSH into your system and run :

curl --ftp-ssl-control -k -u XXX:YYY -o /dev/null ftp://ftp.stacklet.com/x86-64/Ubuntu/14.04/ubuntu.14-04.x86-64.20140419.raw.img.tar.bz2

with XXX replaced by your stacklet login and YYY by the password, does it download the file successfully?

Sorry,

the same output:

curl: (67) NSS: client certificate not found (nickname not specified)

Best, Mario

Sorry jamie,

I think it has something to do with renewing our subscription. So I close this issue.

Thanks for your time. The test url with curl is very helpful.

Mario