appcues / mojito

An easy-to-use Elixir HTTP client, built on the low-level Mint library.
https://hexdocs.pm/mojito/Mojito.html
MIT License
349 stars 34 forks source link

Safe SSL support #2

Closed gamache closed 6 years ago

gamache commented 6 years ago

This PR adds a cacertfile to this repo in a similar manner to a certifi dependency (but without all the rebar). This is used by default for outgoing HTTPS connections.