vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 146 forks source link

private APN #27

Closed hrobar closed 7 years ago

hrobar commented 7 years ago

I am in private APN and Ionic plugin cordova-plugin-app-update return {code: 405, msg: "network error"} on url https://10.0.10.110/update-mobil/update.xml

But in web browser url https://10.0.10.110/update-mobil/update.xml is ok and return xml

`

200
<name>APK Name</name>
<url>https://10.0.10.110/update-mobil/android-debug.apk</url>

`

what´s wrong? How can i debug where is problem? Thank you for your answer

hrobar commented 7 years ago

The problem with the SSL certificate on the server. Solved