-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Report bugs to Variomedia dns api #2564
Comments
Hi,
|
@morlac, does that affect only one domain name of many? And if so, is there anything "special" about that particular one? |
@peterkelm it happens on adding the TXT entry for the 2nd sub domain.
there is nothing special with this domain at all. Also any cleanup afterwards (removing of so far added TXT entries _acme-challange. and _acme-challange..) fails and must be done manually. |
@morlac, I do not use the API with multiple subdomains, so there's a possibility that this isn't fully tested. However, your initial note seems to indicate that it worked okay at one point. Correct? Writing the DNS entry happens in line 33 of One of my certs renewed successfully yesterday... so it doesn't seem to be a general issue with the Variomedia API. Lastly, is there any further info in the
Does the |
@peterkelm, yes, that's correct. I took a closer look at the generated logs and to me it seems the error is rooted much earlier than I initially thougt. command:
(I added some debug2 statements in dns_variomedia.sh at 133, 134, 135) Interstingly the TXT entry has been setup and I have to delete it amongst some later ones for manually in the Variomedia management console. Edit: the |
Hi, I'm responsible for the API at Variomedia. The problem is that you used to rely on a (former) buggy behavior where the Your request must go against LMK if you need anything. |
@hynek, thanks for that pointer. I think I understand what you referred to: All calls to the Will test this out over the next few days. Out of interest, has this behavioral change been documented somewhere in the Variomedia API changelog? I didn't spot it anywhere... |
Exactly!
Today is my last day before my vacation but I'm happy to help y'all. We're big fans at Variomedia.
TBH I didn't expect anyone having noticed that "glitch" but I guess Hyrum's Law strikes again. |
Hi, because of nessecity (renewal of my certs were due) I manually modified dnsapi/dns_variomedia.sh according to PR #3244 and the renewal process was successfull. :) |
Hi, |
After asking for it the Variomedia Support sent me a new script for their API with the comment: |
Notice: I don't know how long that fix/workaround will last in the filesystem or if this will harm/cause other things. Many thanks + KR |
This is the place to report bugs in the Variomedia DNS API.
If you experienced a bug, please report it in this issue.
Thanks!
The text was updated successfully, but these errors were encountered: