I have a problem of ssl exception when i upload data to a https server. It uploaded the data to the server correctly but when i get the response after uploading it throws an exception of ssl certificate is not trusted. I'm using the SAX parser for parsing xml file and i am using httppost method().
+1
A:
you have to add a new scheme to accept Secure site connections
check this, and there you will find another useful sample without checking the cetificate...
Jorgesys
2010-08-13 18:31:46
I have seen this But it will only help if i want to get data from server not with posting data
Amit Thaper
2010-08-18 04:47:45