私はそれを消費するためのwcfサービスURL、プライベートおよびパブリック証明書を提供されています。
My url is https:/xxxx.com/xxxx/xxxx.svc
my private certificate is xxx.pfx
my public certificate is xxxx.cer
クライアントアプリケーションからサービス参照を追加しようとすると、次のエラーがスローされます。
There was an error downloading
'https://xxxx.com/xxxx/xxxx.svc'.
The underlying connection was closed:
An unexpected error occurred on a receive.
Unable to read data from the transport connection:
An existing connection was forcibly closed by the remote host.
An existing connection was forcibly closed by the remote host
Metadata contains a reference that cannot be resolved:
'https://xxxx.com/xxxx/xxxx.svc'.
An error occurred while receiving the HTTP response to
https://xxxx.com/xxxx/xxxx.svc.
This could be due to the service endpoint binding not using the HTTP protocol.
This could also be due to an HTTP request context being aborted by the server
(possibly due to the service shutting down).
See server logs for more details.
The underlying connection was closed: An unexpected error occurred on a receive.
Unable to read data from the transport connection:
An existing connection was forcibly closed by the remote host.
An existing connection was forcibly closed by the remote host
If the service is defined in the current solution,
try building the solution and adding the service reference again.
個人の信頼できる人、信頼できる発行元のフォルダーに証明書をインストールしています。サーバー構成を確認するためのサーバーへのアクセス権がありません。しかし、これは別のクライアントで機能していると言われています。証明書のインストールをめちゃくちゃにしていると確信しています。誰かが私を正しい方向に向けることができれば素晴らしいと思います。
ありがとう、
エセン