android - verify error:num=20:unable to get local issuer certificate -
i using openssl client command connect verisign server. using following command.
openssl s_client -connect 69.58.181.89:443
is gives following error.
verify error:num=20:unable local issuer certificate
after modifying command following, can avoid error on laptop (mac os), not on android device. (the missing certificate included in ca-bundle.crt file)
openssl s_client -cafile ca-bundle.crt -connect 69.58.181.89:443
what can issue openssl client, not pick certificate crt file?
can please give idea solve this?
Comments
Post a Comment