joltup/rn-fetch-blob

'trusty' broken in React-Native 0.72.x

idrakimuhamad opened this issue · 0 comments

After upgrading React-Native to 0.72.3, I'm unable to access self signed url anymore even with using 'trusty'.

I've reported it on React-Native repo.

facebook/react-native#38724

I even tried patching RN's RCTHTTPRequestHandler to trust the server cert. This working prior to 0.72, eg 0.71.12. Something in the upgrade probably doing this. Even libraries that use AFNetworking affected.

Repro

https://github.com/idrakimuhamad/repro-expo-ssl-self-sign