senjoeson commented on issue #203: fileTransfer.download from https return error code 3 (SSL handshake) in android URL: https://github.com/apache/cordova-plugin-file-transfer/issues/203#issuecomment-455019894 i had faced the problem at last time, at that time ,i used the version is v1.5.1. Now i switch the lastest version ,v 1.7.1, but i can't solve the problem . So i change the android source code like this: * Firstly: ``` import javax.net.ssl.HttpsURLConnection; ``` * Secondly: (the code must add the method of "download" and "upload" from the class "FileTransfer")  * Finally:  above all changed from the class ''FileTransfer" @pallaviMN
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
