We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This only appears to have cropped up recently but there is now an error when retrieving the token from Goth.
Goth.Client.get_access_token("https://www.googleapis.com/auth/pubsub") =NOTICE REPORT==== 21-May-2020::17:29:31.899288 === TLS client: In state certify at tls_connection.erl:1164 generated CLIENT ALERT: Fatal - Handshake Failure - malformed_handshake_data {:error, %HTTPoison.Error{ id: nil, reason: {:tls_alert, {:handshake_failure, 'received CLIENT ALERT: Fatal - Handshake Failure - malformed_handshake_data'}} }}
I am using erlang 22.0 along with Elixir 1.9.4 and 1.10.3.
There is a server that is using elrang 23 as a base and that also has the same issue.
The text was updated successfully, but these errors were encountered:
Related
benoitc/hackney#664 beam-community/bamboo#565 edgurgel/httpoison#417
Sorry, something went wrong.
Running mix deps.update hackney fixed this problem for me.
mix deps.update hackney
thanks, that saved my night!
Yes, it can be solved by updating hackney, thanks everyone for providing extra context.
No branches or pull requests
This only appears to have cropped up recently but there is now an error when retrieving the token from Goth.
I am using erlang 22.0 along with Elixir 1.9.4 and 1.10.3.
There is a server that is using elrang 23 as a base and that also has the same issue.
The text was updated successfully, but these errors were encountered: