jgiacomini / Tiny.RestClient

Simpliest Fluent REST client for .NET
MIT License
210 stars 30 forks source link

Allow to bypass certificate validation #128

Closed jaimestuardo closed 1 year ago

jaimestuardo commented 1 year ago

When trying to connect to an https server which has a certificate problem, this error is returned: ERR_CERT_AUTHORITY_INVALID. In that case, TinyRestClient throws an exception. How can bypass that validation and allow the connection to continue?

If I connect using Chrome, I can allow that.

Regards Jaime