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?