How to stop certificate errors temporarily with WCF services

后端 未结 5 759
独厮守ぢ
独厮守ぢ 2020-12-29 07:59

I am testing an early release of a WCF web service I have created. On the client side when I use VS to \'add service reference\' that all works.

But when I try to us

5条回答
  •  离开以前
    2020-12-29 08:54

    Check the answer to this question:

    How do I tell WCF to skip verification of the certificate?

    it gives two possible solutions: 1. using just config entries on the client side or 2. use a custom certificate validator that uses both code and config entries

提交回复
热议问题