Android Marshmallow, why do I logcat error NativeCrypto cert_verify_callback x509_store_ctx?

  

On Android Marshmallow I get this error in logcat:

E/NativeCrypto(16673): ssl=0x9b22e940 cert_verify_callback x509_store_ctx=0x9a0c8fdc arg=0x0

followed by:

E/NativeCrypto(16673): ssl=0x9b22e940 cert_verify_callback calling verifyCertificateChain authMethod=ECDHE_RSA

Any idea why?

The project seems to function correctly, I just have these annoying errors in the logcat.

Comments are closed.