Skip to content
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 fornex dns api #3998

Open
tumarov opened this issue Mar 24, 2022 · 1 comment
Open

Report bugs to fornex dns api #3998

tumarov opened this issue Mar 24, 2022 · 1 comment
Assignees
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks

Comments

@tumarov
Copy link
Contributor

tumarov commented Mar 24, 2022

This is the place to report bugs in the fornex.com DNS API.

If you experience a bug, please report it in this issue.

Thanks!

#3997

@Neilpang Neilpang added the 3rd party api report bugs to dns api, deploy hooks and notification hooks label Apr 12, 2022
@pluto494
Copy link

pluto494 commented Nov 6, 2024

Hello,

I'm encountering an issue while trying to issue a wildcard SSL certificate for my domain using the Fornex DNS API with acme.sh.
The command I'm using:

./acme.sh --issue --dns dns_fornex -d zaqaz.site -d *.zaqaz.site

Error received:

[Wed Nov  6 06:11:09 AM UTC 2024] Unable to determine root domain
[Wed Nov  6 06:11:09 AM UTC 2024] Error adding TXT record to domain: _acme-challenge.zaqaz.site
[Wed Nov  6 06:11:09 AM UTC 2024] Please add '--debug' or '--log' to see more information.
[Wed Nov  6 06:11:09 AM UTC 2024] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh

To confirm the API's functionality, I tested it with curl, and DNS entries are correctly added in the Fornex DNS panel. Here’s the curl command used:

  -H "Content-Type: application/json" \
  -H "Authorization: Api-Key $FORNEX_API_KEY" \
  --data '{"host": "www", "type": "A", "ttl": null, "value": "10.10.10.18"}' \
  "https://fornex.com/api/dns/domain/$NAME/entry_set/"

This command works as expected, and entries appear in the DNS panel without issues.

Could you please advise on what might be causing the error when using the acme.sh script? I've tried adding --debug for more details, but it hasn’t clarified the problem. Any insights or suggestions would be appreciated.

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks
Projects
None yet
Development

No branches or pull requests

3 participants