WCF : Could not establish trust relationship for the SSL/TLS secure channel with authority error

前端 未结 2 414
说谎
说谎 2021-01-13 12:42

I have a client site that when a button is clicked it calls a wcf web service. The client site is http, while the url for the web service is https and requires a certificate

2条回答
  •  温柔的废话
    2021-01-13 13:26

    If it is a private cert it must be added to both the client and the server as no client can validate its root key.

提交回复
热议问题