datalust / seq-api

HTTP API client for Seq
https://datalust.co/seq
Apache License 2.0
77 stars 21 forks source link

Support custom certificate validation/custom HttpMessageHandler #78

Closed nblumhardt closed 4 years ago

nblumhardt commented 4 years ago

Originally requested in order to deal with proxies using SSL certificates not trusted by the client machine. Providing a mechanism to customize or supply the HttpMessageHandler behind SeqClient would cater to many similar/related cases.

nblumhardt commented 4 years ago

Closed by #80