'trusty' broken in React-Native 0.72.x
idrakimuhamad opened this issue · 0 comments
idrakimuhamad commented
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.
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