Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序使用 Webrequest 从具有 SSL 证书的服务器发布和获取一些数据。除了在 Windows 2008 x64 上,一切都很好。服务器返回错误 403 禁止。
提前致谢。
烧伤
经过几次调试,我发现是X509Certificate问题。X509Certificate cert = X509Certificate.CreateFromCertFile(Path); 在 x32 和 x64 窗口之间确实有不同的行为;Webrequest.ClientCertificates.Add(cert)?