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
.