-
Notifications
You must be signed in to change notification settings - Fork 269
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
Long FQDN is breaking haproxy configuration #112
Comments
Hi, since b2beccc all sockets with about 100+ chars will use a md5 hash instead it's name. The svc name would be nice too but there isn't a |
@jcmoraisjr Thanks for the quick fix! |
@jcmoraisjr could you please tag this commit so an image is created? Thanks in advance |
I've just pushed a100bb1 to |
Cherry picked to v0.5, please have a look if canary tag is working for you. |
v0.5-beta.3 is working fine for me. thank you! |
Tks! Closing. |
We are using
bind unix@/var/run/haproxy-host-<FQDN> ssl crt <CERT_PATH>
but that socketpath is limited to 107 chars:
We could use use md5 hash of FQDN to avoid this, or perhaps service name.
That should be a simple change here and here
The text was updated successfully, but these errors were encountered: