Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update httpoison to 1.7.0 to avoid TLS Error #38

Closed
3 tasks done
nelsonic opened this issue Jul 17, 2020 · 1 comment · Fixed by #39
Closed
3 tasks done

Update httpoison to 1.7.0 to avoid TLS Error #38

nelsonic opened this issue Jul 17, 2020 · 1 comment · Fixed by #39

Comments

@nelsonic
Copy link
Member

nelsonic commented Jul 17, 2020

As noted in dwyl/auth#83 and dwyl/elixir-auth-google-demo#3 we are getting a TLS error when using Erlang v23:

auth-cowboy-error

https://elixirforum.com/t/erlang-v-23-0-and-httpoison-error/31615

The fix is pretty simple:

mix deps.update httpoison
  • make the update
  • create PR
  • publish new version 1.2.0 > 1.3.0
@nelsonic
Copy link
Member Author

Travis-CI build https://travis-ci.com/github/dwyl/elixir-auth-google/builds/176015692
fails because of unmatched Elixir/OTP version:
image

Updating now.

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

Successfully merging a pull request may close this issue.

1 participant