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

--ipv6-bind-address causes 'bind' missing port specification in #605

Closed
aep opened this issue Jan 19, 2024 · 3 comments
Closed

--ipv6-bind-address causes 'bind' missing port specification in #605

aep opened this issue Jan 19, 2024 · 3 comments
Assignees

Comments

@aep
Copy link

aep commented Jan 19, 2024

when running with --ipv6-bind-address=[2a0e:6f07:8001:0001:0000:0000:0000:0001]
the generated config is

frontend http
  mode http
  bind [2a0e:6f07:8001:0001:0000:0000:0000:0001]:80 name v6

frontend https
  mode http
  bind [2a0e name v6 crt /etc/haproxy/certs/frontend ssl alpn h2,http/1.1

which is rejected

2024/01/19 18:51:14 ERROR   controller.go:155 14: err transactionId=710c28aa-08c9-4f03-ae89-8792fa259c5b 
msg="config parsing [/etc/haproxy/haproxy.cfg.710c28aa-08c9-4f03-ae89-8792fa259c5b:61] 'bind' missing port specification in '[2a0e'"

same without [] brackets

@ivanmatmati ivanmatmati self-assigned this Jan 22, 2024
@ivanmatmati
Copy link
Collaborator

Hi @aep , Which version are you runnning ? The latest one does not seem to be affected.

@aep
Copy link
Author

aep commented Jan 22, 2024

@ivanmatmati
Copy link
Collaborator

If you're using the version you're pointing to, it should be v1.10.10 as indicated there. But I can't assume that. If you look at the beginning of the log of your IC pod, you should see the exact versions used for the controller as well as for HAProxy.

@oktalz oktalz closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants