Enable SSL configuration
Kilo59 opened this issue · comments
I need to be able to set a custom cert file.
HTTPX has multiple methods of enabling this.
https://www.python-httpx.org/advanced/ssl/
Allowing a verify passthough to the underlying Httpx Client seems like the easiest solution.
https://yanyongyu.github.io/githubkit/usage/configuration/