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
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