Using web service over SSL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
i need to access web service from my app running on Windows Mobile 2003.
When i type services' adress to Internet Explorer, test page is shown. But
when i try to call serice from my app this error occures:
"could not establish trust relationship with remote server".

I propably must tell os that certificate used by server is from CA i trust
to.

I found VERIFYSERVERCERT callback - it would serve me well, but it uses some
native session... i would need something for .NET. (or is there any way to
use native VERIFYSERVERCERT in .NET CF app?)

Any idea?
 
yes, there is a setting to avoid cert auth validation, but I've used it a
lot of time ago and I don't remember where it is. However sure there is...
 
Back
Top