Http requests fails only while releasing Android APK

后端 未结 3 2224
春和景丽
春和景丽 2021-02-19 07:43

I\'m struggling in making my app work on Android APK release, the only scenario it fails is at generating and signing the apk. All http requests doesn\'t work. (The server is ru

3条回答
  •  梦如初夏
    2021-02-19 08:27

    My issue was incomplete SSL chain, solve it by reconfiguring nginx to have the entire chain of SSL certificates as described here: http://nginx.org/en/docs/http/configuring_https_servers.html#chains

提交回复
热议问题