-
Notifications
You must be signed in to change notification settings - Fork 26
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
Haproxy multi sockets support #9
Comments
Hello @yafitshm, thanks for pointing that out. You can find the current implementation of what I think may solve this issue in the "issue9" branch. Could you give it a try and let me know if it works for you? Thanks. |
Hello @yafitshm, did you have a chance to test the new release? Did it work as you expected? |
Hi, It does not work with the wildcard option, but found that this change solves the problem: echo "set ssl ocsp-response What do you think? |
Hello @yafitshm, could you provide me more details about the error you receive when using wildcard? |
Hi, I got an error that it cannot open the second socket. For some reason, I cannot replicate it now. |
Hi @yafitshm, can you confirm it is working? If so I'll merge it into master. |
Hi, I have double checked it now, and when adding the for loop, it resolves that problem and all processes are getting the ocsp update. Were you able to verify it also? |
Can't understand why you are not using the |
Sorry...I have tried jt. Didnt you get my message on this?
I was trying with "/var/run/haproxy_stats*.sock".Am I missing anything?
Sent from Yahoo Mail on Android
On יום ה׳, דצמ׳ 7, 2017 at 21:17, Pier Carlo Chiodi<notifications@github.com> wrote:
Can't understand why you are not using the * in haproxy_stats.
Does it work if you put it in?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I understand now! In your first message (then edited) you were saying it worked. Then in the second one the |
HAProxy released version 1.8, which includes multithreading and global-master support (for actual multithreading), and this is the preferred method of implementing HAProxy now. Doing so only requires an |
In an environment where nbproc > 1, when updating by 'socat' it updates a random proc and will not update all the haproxy processes that are currently running.
To resolve that and provide better visibility to haproxy, it is recommended to setup multi sockets and attach each socket to a uniq process.
When updating haproxy with a new OCSP response, it is required to update all sockets.
Can this be fixed to support multi admin sockets?
The text was updated successfully, but these errors were encountered: