erlcloud / lhttpc

lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.
Other
1 stars 19 forks source link

Allow to verify certificates #20

Open posilva opened 6 years ago

posilva commented 6 years ago

Just to share with you: https://github.com/MiniclipPortugal/lhttpc/releases We have a fork of lhttpc that supports certificate verification.

motobob commented 6 years ago

interesting diff https://github.com/erlcloud/lhttpc/compare/master...MiniclipPortugal:master we might adopt it

nalundgaard commented 5 years ago

@motobob Maybe we should, at least in significant part. I've found some runtime issues with the erlcloud lhttpc on OTP 21. Not sure if it's MiniclipPortugal/lhttpc@f166ab033c24fe832e32e0291132a4d6d3d14f55 or MiniclipPortugal/lhttpc@2f4dc89d6ce815fd25f7155cc648b1abad489008 or something else, but I suspect we're going to need to pull some part of this in, preferably not with the lager addition.

motobob commented 5 years ago

i'm more than happy to but i would do it slightly differently in terms of implementation. let me know what issue you see and lets adopt the changes one by one.