senjoeson edited a comment 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.HostnameVerifier; import javax.net.ssl.HttpsURLConnection; import javax.net.ssl.SSLSession; ``` * Secondly: (the code must add the method of "download" and "upload" from the class "FileTransfer")  * Finally:  All the above changed are from the class ''FileTransfer.java" That can fix the bug to solve the problem that can't run on Android P ! @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]
