#5470·flipper

Question: FS_ACCESS error when trying to exchange certificates with Pocophone F1 (and android emulators)

Author: VatousiadisCreated Feb 15, 2024Updated Oct 31, 2024

Hello all and thanks for any help in advance,

The last few days I'm facing the following issue (connectivity log from flipper): Failed to exchange certificate,Error: Certificate request self-signature ok subject=C=US, ST=CA, L=Menlo Park, O=Flipper, CN=com.app.myapp Unable to load number from C:\path to....flipper\certs\server.srl 20200000:error:06800096:asn1 encoding routines:a2i_ASN1_INTEGER:short line:crypto\asn1\f_int.c:138:

This results in flipper being able to use react-native console and debugger but not other pluggins (like the very crucial Network pluggin in my case)

I have uninstalled and re-installed openssl and it is properly found in doctor image

I have downloaded and now using the latest flipper v0.239.0

OS: Windows 10 Device: Pocophone F1, but the same happens in any android emulator

I've looked into other/similar issues of the repo, but was not able to find a solution to my issue