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

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -