views:

18

answers:

1

Hi,

I have a application use Webrequest to post and get some data from a server with a SSL certificate. It is all very well except on Windows 2008 x64. The server return error 403 forbidden.

thanks in advance.

burns

A: 

Hi,

After serveral debug, I found that is X509Certificate problem. does have the different bahavior between window x32 and x64 with X509Certificate cert = X509Certificate.CreateFromCertFile(Path); Webrequest.ClientCertificates.Add(cert)?

Thanks.

Burns

Rong