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(証明書)?