views:

137

answers:

1

Hi,

I'm connecting to an ASP.NET web service from a personal blackberry device (No IT policy). The connection is over HTTPS, so the user needs to explicitly trust this certificate and add it to their keystore to proceed. Since the app is targeted towards a (mostly) non technical user base, I don't think this is a good idea.

Is it possible to trust a certificate through code?

Thanks,
Teja

A: 

Try to put ;trustAll to the end of your connection URL.

Alex
This is timing out my connection somehow. I have a time out at the end of the URL and it works fine..
Tejaswi Yerukalapudi