-
Notifications
You must be signed in to change notification settings - Fork 191
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
Wrong ssl ipv6 check #159
Comments
@stofel thanks for reporting this. I'm not sure I understand. Do you have an example to explain the problem please? |
I make patch is_ipv6_host(Host) for use ipv4 by default
|
BTW this was fixed by 555f707 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ibrowse_http_client.erl line 615 is_ipv6_host(Host) use inet_parse:address(Host) which always return {error,einval}
For host with ipv4 and ipv6 resolving to ipv6 by default, but if ssl compiled without ipv6, ibrowse dosnt work
The text was updated successfully, but these errors were encountered: