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")
   
   
![image](https://user-images.githubusercontent.com/24454887/51291508-55228480-1a42-11e9-8c65-b171ff841a3f.png)
   
   * Finally:
   
   
![image](https://user-images.githubusercontent.com/24454887/51291528-6b304500-1a42-11e9-8905-1b33108ddba1.png)
   
   
   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]

Reply via email to