tags:

views:

71

answers:

1

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...

Https Connection Android

Jorgesys
I have seen this But it will only help if i want to get data from server not with posting data
Amit Thaper