Hello,
I am trying to set up an image download on a ENCS device : ENCS5412/K9; ENCS54_2.6.071220181123
I am trying to download an image from a server via https.
The command :
system file-download file { source http://myfileserver.lab/myfile.bin } works fine
Now I want to perform the same download in https. however i don't have a certificat authority in my lab, so I thought I try a download with the "--no-check-certificate" option... it does not work.
as the certificat is self signed, I thought if I upload my file server certificat on my encs, the https should work .. it does not
it tells me : CERTIFICATE_VERIFY_FAILED (_ssl.c:579)
I don't know hot to upload my self signed certificat to the encs.
When I do it via the gui, under the certifcat management, it takes the certificat, but it seems like it uses it for something else, not for my http download
any ideas ?
thanks