You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: