Problems fetching data from a SSL based Server
问题 I had a Backend which wasn´t SSL based (http:.....). Everything worked just great. I am developing an Android and iOS App with React Native. I used superagent as my request client. So after i had changed my backend to SSL (https:...) i get the [TypeError: Network request failed] error on all GET/POST etc. Now maybe i have to save the ssl - certificate or something like that, but didn´t find anything that worked. Maybe someone experienced the same/similar issue and could help me out? 来源: https