Is there a way to ignore the self signed ssl as react native is using okHTTP3 on android under the hood and its not allowed to fetch from self signed SSL APIs, in my case its going to be always a local RestAPI and it will run on the local network. what is the workaround?
2 Answers
You can specify in your dev build that a particular host is insecure
2 Comments
Hak
I am using expo with react native and i dont know how to do it there
Yuri Schimke
I think this provides access github.com/facebook/react-native/blob/master/ReactAndroid/src/…