mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #335] traceback in get_ip #263
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#263
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Apr 11, 2018).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/335
Originally assigned to: @ThomasWaldmann on GitHub.
@alainwolf commented on GitHub (Apr 12, 2018):
This error occurs when I try to access the overview page of the account associated with one particular domain for RFC2136 updates.
Other accounts with domains on the same name-server, but different TSIG-keys, don't have this problem.
Host updates still work on all domains across all accounts.
@alainwolf commented on GitHub (Apr 23, 2018):
Before these errors started to occur I tried to change the TSIGKey on https://www.nsupdate.info/domain/xxxx/ of that particular domain from the one automatically created one by www.dnsupdate.info to one of those I already had created on my server.
On the next update from a client on that account, my DNS-server complained in its logs, that an update has been attempted with an invalid key.
When I returned to domain page on https://www.nsupdate.info/domain/xxxx/ it still showed me the original auto-created TSIGKey.
I therefore assumed that its not possible to change TSIGKeys. Along the line of that it is not possible to manually change host secrets either, just to let them be re-created by nsupdate.info. I assumed that its a bug on the website that the form-fields for TSIGKeys are editable.
I therefore reconfigured the domain on my DNS server to use the original auto-created TSIGKey again and immediately client updates started to work again.
Sometimes later I discovered that I get this Error 500 after logging on the website with the account of that domain. But client updates still worked. Only some days later some of the client updates also started to get HTTP error 500.
@ThomasWaldmann commented on GitHub (Apr 25, 2018):
@alainwolf I've applied the patch from #343 to https://www.nsupdate.info - can you try if it works better for the overview view for your problematic user/domain?
@alainwolf commented on GitHub (Apr 26, 2018):
Yes, I could see the overview again with that login. Thank you.
Did not try anything else (e.g. DNS client updates, changing TSIGkeys), as I rebuild everything with a new login.
@ThomasWaldmann commented on GitHub (Apr 27, 2018):
I just "fixed" the overview view troubles, the root cause is still unclear (and guess I do not have enough data and the environment to debug that).
@ThomasWaldmann commented on GitHub (Sep 28, 2018):
Closing this. Workaround for view is in place, rest is unclear / not actionable.
Reopen if there is more data.