Self-Signed SSL Certificate. OK on desktop but not Android

I think this may be the reason it's not working:

By default, react-native-fetch-blob does NOT allow connection to unknown certification provider since it's dangerous. To connect a server with self-signed certification, you need to add trusty to config explicitly. This function is available for version >= 0.5.3

1 Like