Is there a way to force svcutil.exe to ignore SSL certificate issues?

Piotr Owsiak picture Piotr Owsiak · Aug 5, 2009 · Viewed 12.9k times · Source

I need svcutil.exe to generate a proxy class for me, but the problem is that the web service can be accessed only via HTTPS and the SSL certificate is self signed.

How can I force svcutil.exe to ignore this issue?

Answer

Chad picture Chad · Nov 16, 2010

One thing that seemed to work was to fire up Fiddler and have it running as you make the SVCUTIL requests. Fiddler's cert is valid and seems to work fine.