I'm using Axios in react native application to make calls to HTTPS API, but I have a problem with the SSL verification. for that, I want to ask if there is any way to (ignore) the SSL verification using Axios.
note that it's a GoDaddy certificate and I cannot change it.