[erlang-questions] Problem in Erlang 21.0 and 21.1. Is this already known?
Xavier Robledo
xrobledo@REDACTED
Wed Oct 3 23:34:45 CEST 2018
Hello I've run into a problem with this code:
inets:start(), ssl:start(), httpc:request(post,
{"https://sandbox.itunes.apple.com/verifyReceipt", [],
"application/json", []}, [], []).
It returns the following error in the terminal:
=INFO REPORT==== 3-Oct-2018::16:26:14.278110 ===
TLS client: In state hello received SERVER ALERT: Fatal - Handshake Failure
{error,{failed_connect,[{to_address,{"sandbox.itunes.apple.com",
443}},
{inet,[inet],{tls_alert,"handshake failure"}}]}}
Does anyone know if this is a known issue?
More information about the erlang-questions
mailing list