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 Window开发者_运维技巧s 2008 x64. The server return error 403 forbidden.
thanks in advance.
burns
After several debug, I found that is X509Certificate problem. does have the different behavior between window x32 and x64 with X509Certificate cert = X509Certificate.CreateFromCertFile(Path); Webrequest.ClientCertificates.Add(cert)?
精彩评论