HTTPS problems

I have been trying to implement an https upload in my app, but have been running into some problems when using android devices. Something is missing on the android requests, I have tried adding additional headers, I have tried to modify some http headers on the server side as well but nothing worked.

The server seems to be saving the following info message each time a request is made from my android device: [Tue Mar 04 06:22:30.115828 2014] [ssl:info] [pid 5996:tid 964] (70014)End of file found: [client 186.48.206.206:42425] AH01991: SSL input filter read failed.

Which some places says it is about android not sending the client SSL certificate, but I couldn’t find a solution for that with corona.

Any ideas why this might be happening?

I have the problem of uploading file using HTTPS on Android that the progress events were not being received. But that was the only problem…

Update: This problem is unique to Android 4.3, and does not occur with 4.4. However, it is definitely a corona issue, because I created a small native application doing this function, and the problem did not occur. 

I have the problem of uploading file using HTTPS on Android that the progress events were not being received. But that was the only problem…

Update: This problem is unique to Android 4.3, and does not occur with 4.4. However, it is definitely a corona issue, because I created a small native application doing this function, and the problem did not occur.