are these nativecrypto error messages error messag

2019-07-18 06:44发布

When establishing a TLS connection between my android phone and my server I get following nativecrypto error messages in logcat:

06-30 21:55:06.565: E/NativeCrypto(24826): ssl=0x75e58650 cert_verify_callback x509_store_ctx=0x75e4da40 arg=0x0
06-30 21:55:06.566: E/NativeCrypto(24826): ssl=0x75e58650 cert_verify_callback calling verifyCertificateChain authMethod=RSA

I was not able to find an explanation on google or stack for this kind of error logs and somehow I think they are not real errors, more likely informations.

Can someone elaborate what these messages mean?

I am using TLS and I have a serverkey and truststore as well as clientkey- and truststore.

标签: android ssl
2条回答
可以哭但决不认输i
2楼-- · 2019-07-18 07:17

well this errors occur but it occur if one have used invalid or incorrect code it has occurred in my code but i did not properly initialized Context object.

查看更多
戒情不戒烟
3楼-- · 2019-07-18 07:33

This is not an issue from your application this issue is your device, it also appear in my app, Dont worry with SSL on android it is normal log.

查看更多
登录 后发表回答