Add the root certificate to your app using a package like react-native-ssl-pinning
. If you're using a self-signed certificate, you need to explicitly pin it. Also, check if the server's certificate chain is complete.Sometimes intermediate certificates are missing, causing trust issues.