valpackett / httpotion

[Deprecated because ibrowse is not maintained] HTTP client for Elixir (use Tesla please)
https://hexdocs.pm/httpotion/readme.html
The Unlicense
725 stars 100 forks source link

Issues with SSL, does not decode response #105

Closed mlankenau closed 7 years ago

mlankenau commented 7 years ago

I have erlang/otp 19 and elixir 1.4. When doing a https request with HTTpotion.post it fails to decode the response. I get an unreadable binary. I have seen there is already a workaround with HTTPoison. Any news for HTTPotion?