You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe HTTPoison's request!/5 (which is used in Tentacat, e.g., here) takes some kind of list of options where I could specify a "cacertfile" path...
If not for #65 I'd try that, but is there an easier way to just override some HTTPoison default setting and provide a CA cert in my own project's config.exs?
The text was updated successfully, but these errors were encountered:
I'm seeing this from
Tentacat.Commits.find
with a GHE using a self-signed CA:I believe HTTPoison's
request!/5
(which is used in Tentacat, e.g., here) takes some kind of list of options where I could specify a "cacertfile" path...If not for #65 I'd try that, but is there an easier way to just override some HTTPoison default setting and provide a CA cert in my own project's
config.exs
?The text was updated successfully, but these errors were encountered: