Skip to content
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

Avoid bind IPv6 failure #9

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Avoid bind IPv6 failure #9

merged 1 commit into from
Oct 3, 2023

Conversation

DavidePrincipi
Copy link
Member

@DavidePrincipi DavidePrincipi commented Oct 3, 2023

If the host does not provide IPv6 loopback address the stream configuration fails. In the module log:

[emerg] 1#1: bind() to [::1]:20001 failed (99: Address not available)

As only 127.0.0.1 is actually required, remove the IPv6 bind completely.

See https://trello.com/c/DbgaOO4F/443-core-p0-ldapproxy-ipv6-bind-error

If the host does not provide IPv6 loopback address the stream configuration fails.

As only 127.0.0.1 is actually required, remove the IPv6 bind completely.
@DavidePrincipi DavidePrincipi added the bug Something isn't working label Oct 3, 2023
@DavidePrincipi DavidePrincipi self-assigned this Oct 3, 2023
@DavidePrincipi DavidePrincipi merged commit ff4afe3 into main Oct 3, 2023
1 check passed
@DavidePrincipi DavidePrincipi deleted the fix-bind branch October 3, 2023 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants