-
Notifications
You must be signed in to change notification settings - Fork 100
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
HTTPotion.ErrorResponse{message: "closed"} #115
Comments
What happens when you make that request with ibrowse directly?
nice :) |
Looks like it might be ERL-192. Try forcing a newer TLS version: HTTPotion.get "https://check-tls.akamaized.net", [ ibrowse: [ ssl_options: [ versions, [:'tlsv1.2'] ] ] ] |
Getting this issue without further explanation...
If I test a port on local machine it works fine. |
Having the same issue... |
I am also having this issue on Mac OS. Same error as @iojupiter |
Same issue, also on Mac.Tried the workaround to set a different tls version but get this:
Any ideas? |
I executed the sentence: HTTPotion.get "https://check-tls.akamaized.net", [ ibrowse: [ ssl_options: [ versions: [:'tlsv1.2'] ] ] ] I got the same error %HTTPotion.ErrorResponse{message: "ehostunreach"} |
I downgraded the version of ibrowse and it works for me Downgraded: |
Confirmed to work for me as well in a fresh Phoenix 1.4 application on my Ubuntu 18.04 machine Before downgrading ibrowse: iex(1)> HTTPotion.get "www.example.com"
%HTTPotion.ErrorResponse{message: "enetunreach"} |
Is this reported to ibrowse? |
Prerequisites:
When I've try to send a post an endpoint, the response send
message: "closed"
The issue appears in my local environment (Mac OS):
and in the staging env (Freebsd 11):
Can you help me please?
The text was updated successfully, but these errors were encountered: