italia / cieid-android-sdk

BSD 3-Clause "New" or "Revised" License
17 stars 11 forks source link

Failure in SSL library #5

Closed Undermaken closed 4 years ago

Undermaken commented 4 years ago

While reading CIE (NFC reading) I got this error

Read error: ssl=0x77a2922d08: Failure in SSL library, usually a protocol error
error:04000044:RSA routines:OPENSSL_internal:internal error (external/conscrypt/common/src/jni/main/cpp/conscrypt/native_crypto.cc:740 0x77f9750e6b:0x00000000)

Device: Manifacturer: XIAOMI Model: M9 Android version: 10

Then I applied this update https://github.com/italia/cieid-android-sdk/pull/4 and all works fine

I tested this update https://github.com/italia/cieid-android-sdk/pull/4 on another device: Device: Manifacturer: LG Model: NEXUS 5X Android version: 8.1.0

And now I get this error while reading CIE

Read error: ssl=0x7b48efb100: Failure in SSL library, usually a protocol error
error:04000044:RSA routines:OPENSSL_internal:internal error (external/conscrypt/common/src/jni/main/cpp/NativeCrypto.cpp:640 0x7b3e5f40ab:0x00000000)
Undermaken commented 4 years ago

This PR https://github.com/italia/cieid-android-sdk/pull/6 solves this bug This issue can be closed