erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Add custom hex httpc adapter #232

Closed starbelly closed 3 years ago

starbelly commented 3 years ago

Per https://ferd.ca/you-ve-got-to-upgrade-rebar3.html we must provide our own http adapter so we can ensure ssl opts are set. Note that we can provide the default hex core httpc adapter ssl options, however having a custom adapter will provide us greater flexibility long term. This especially true in the case of custom repositories for which the edge cases around ssl are unknown.