-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add water fix #29
Add water fix #29
Conversation
- ensure only a single instance of add-water is serving http at any time but allow new tokens to be passed to it via a socket. - add-water-srv hosts any challenge handed to it via it's local socket (see add-water.socket) - add-water-client essentially just passes tokens to add-water-srv - should fix #1360 (where multiple instances of add-water interfered with each other)
Hey @OnGle - This looks great. However, when testing (with 5 domains) it's failing. Here's the log:
Even though it fails,
It restarts ok when I manually start it though (because at least According to the log, it looks like
Again Apache fails to start (I assume because So it seems to me that there are still two issues:
Also FWIW, I've added the |
Hmk, cheers for all the tests. I'll look into this today. |
Issue regarding not serving challenges correctly was just a missing import. That portion should now work. |
Awesome thanks. I'm pretty sure that the issue with Apache not being restarted was because the |
Alright I tested that package and I'm pretty sure we're good to go. No errors of any kind. Clean test (without apache) - success |
Sweet! I'll merge that all in now and we should be good to go for the Then I'll branch the code out to a |
A rather large fix to turnkeylinux/tracker#1360
Essentially the issue was as follows
Fix: