EFW Support

Support => General Support => Topic started by: sagipael on Thursday 19 July 2018, 06:36:47 pm



Title: Trusted CA - Endian 2.4.1
Post by: sagipael on Thursday 19 July 2018, 06:36:47 pm
Hi,

I have VM of endian 2.4.1 (i know its old version - but i have a lot of VMs in this version..)


i tried to make curl command to specific website (from the efw shell) - but i received security error:
"Verify return code: 20 (unable to get local issuer certificate)"

i tried to add the crt of the Trusted root CA to /etc/ssl/certs/ca-bundle.crt
but its the same error.
tried to force to use the CA file with  curl -CAfile XXXX.crt
same error..


im also found - that i have the same issue in all websites i tried to reach with curl..

(i do not have this issue with newer version of EFW)


maybe someone can advise??

maybe someone knows how to update the openssl version?

Thanks.
Sagi


Title: Re: Trusted CA - Endian 2.4.1
Post by: Dark-Vex on Monday 23 July 2018, 05:17:38 pm
try with:

curl -k https://mywebsite.tld

-k will accept all kind of certificates