When I call https api on react native axios, it returns [AxiosError: Network Error]
.
Is there any way to disalble SSL certificate verification in react native?
Asked
Active
Viewed 4,233 times
4

Sky Dragon
- 51
- 1
- 4
-
possible duplicate of https://stackoverflow.com/questions/54903199/how-to-ignore-ssl-certificate-validation-in-node-requests ? – warl0ck Jun 28 '22 at 16:04
-
3nope.. https.Agent won't work with the react native as https is the core node module.. – Naman Barkiya Sep 01 '22 at 11:13