I may have had something similar before. It seems that the SSL connection may
not get established if the XP box has the local security/encryption setting
for using "FIPS compliant encryption" set. I am currently on a 2000 box so I
can't recall exactly where it is...
Its already disabled. Yesterday I was able to access the web service using a
Windows application but still no luck with the web app. Also, if I try and
set a web reference to the web service using vs.net, I can see all the web
methods but get the error message "The underlying connection was closed:
Could not establish secure channel for SSL/TLS. The message received was
unexpected or badly formatted"

Signature
Siddharth Aggarwal
> I may have had something similar before. It seems that the SSL connection may
> not get established if the XP box has the local security/encryption setting
[quoted text clipped - 18 lines]
> > fine before they enabled SSL. I am guessing the problem has to do with the
> > private key that probably does not get exported to .cer format.
Siddharth - 02 Jun 2005 11:29 GMT
My final solution:
- Use com+ as discussed in the following msdn article (
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/sec
mod27.asp )
- Use the library provided by mentalis
(http://www.mentalis.org/soft/projects/seclib/)
Both these solutions are working fine for me on Windows XP and 2003.
Make sure you give aspnet and network service accounts permission to the
keys of the certificate. (C:\Documents and Settings\All Users\Application
Data\Microsoft\Crypto\RSA\MachineKeys)
Its amazing how poorly documented this particular problem is. Its taken me a
whole week to finally get it working smoothly.

Signature
Siddharth Aggarwal
> Its already disabled. Yesterday I was able to access the web service using a
> Windows application but still no luck with the web app. Also, if I try and
[quoted text clipped - 25 lines]
> > > fine before they enabled SSL. I am guessing the problem has to do with the
> > > private key that probably does not get exported to .cer format.