I would like to have Flurl and the underlying HttpClient library ignore SSL errors so I can dev locally.
Specifically, I have a web api that requires a SSL certificate. I create a temporary one so I can dev locally, however Flurl and HttpClient return an error on the SSL check.
How can I disable the SSL error check?