I'm using the WebClient
class to upload images over HTTPS to a server. My C# client code talks to a web service written in PHP. I have checked all the apache settings in php.ini.
The exception that gets thrown is as follows :
System.Net.WebException: The request was aborted: The request was canceled.
at System.Net.WebClient.UploadFile(Uri address, String method, String fileName)
It doesn't happen always (it happens around 10% of the time).