Skip to content

Replace hackney's usage of certifi with public_key's os cert fetching#509

Open
michaeljguarino wants to merge 1 commit into
edgurgel:mainfrom
pluralsh:fix-certs
Open

Replace hackney's usage of certifi with public_key's os cert fetching#509
michaeljguarino wants to merge 1 commit into
edgurgel:mainfrom
pluralsh:fix-certs

Conversation

@michaeljguarino

Copy link
Copy Markdown

We were hitting some snags in enterprise environments due to this, where the simples way to manage private CA's is via trust-manager rewiring /etc/ssl/certs. The core problem is httpoison/hackney only loads certifi's cert set, so the os level trust bundle is never respected.

My guess is we aren't the only users who could need this, so publishing it upstream as well.

@edgurgel

Copy link
Copy Markdown
Owner

Thanks for the PR! I've just merged a major change on the code sorry but would you mind resolving the conflicts and we can get this in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants