Questions tagged [ionic-native-http]

16 questions
0
votes
0 answers

Cordova advanced http plugin shows HTTP_1_1_REQUIRED when download file with SSLCertMode set to 'nocheck'

I'm developing an Ionic v3 application, the Android app download files using cordova advanced http plugin. The server uses https. I use setSSLCertMode('nocheck'). However when calling downloadFile I'm getting error: stream is reset…
1
2