peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
289 stars 111 forks source link

HTTPoison error when calling `for_scope/1` #75

Closed psteckler closed 4 years ago

psteckler commented 4 years ago

When calling Goth.Token.for_scope/1, I see

** (MatchError) no match of right hand side value: 
 {:error, %HTTPoison.Error{id: nil, reason: {:options, {:sslv3, 
     {:versions, [:"tlsv1.2", :"tlsv1.1", :tlsv1, :sslv3]}}}}}

Is this a misconfiguration on my system (Elixir 1.10.4, Linux Mint 20 x86_64)?

psteckler commented 4 years ago

Needed a newer version of hackney.