hexpm / hex_core

Reference implementation of Hex specifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safe SSL defaults for built-in HTTP adapter

wojtekmach opened this issue · comments

hex_core ships with a built-in httpc-based adapter but it's default options are insecure (doesn't verify server certs etc). See e.g.: https://blog.voltone.net/post/23 for more info.

We should port httpc configuration from Hex here or at the very least add some docs around this topic.