| Hugo Rodger-Brown 2005-01-20, 7:47 am |
| I'm having problems consuming a web using SSL, and keep getting the above
exception.
I believe, from various .NET forums
(http://weblogs.asp.net/tgraham/arch.../12/213469.aspx), that this
is because the certificate is untrusted (it's on a development machine, and
there's a name mismatch), and when accessing the URL via the SOAP adapter
there is no way of forcing acceptance of the certificate.
I've read that by changing machine.config on the server on which the SOAP
request is made so that checkCertificateName attribute of the
servicePointManager element is "false", all certificates should be accepted,
without the challenge, but this hasn't made any difference.
(http://msdn.microsoft.com/library/d...n-us/cpguide/ht
ml/ cpconhostingremoteobjectsininternetinfor
mationservicesiis.asp)
Can anyone help?
Hugo
|