Problems fetching data from a SSL based Server

拜拜、爱过 提交于 2019-12-07 23:23:46

问题


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://stackoverflow.com/questions/34256675/problems-fetching-data-from-a-ssl-based-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!