-
-
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 bug to infomaniak.com dns api #3188
Comments
Hello, I have a problem with a domain name with an accent. I wonder if the problem comes from the Infomaniak API or the script. I have tested for several days without finding a solution. By changing nameservers and script it worked (Cloudflare). When I make a call to the API with the domain name in punny-code {
"result": "success",
"data": []
} When I make a call to the api with the domain name in IDN {
"result": "success",
"data": [
{
"id": [REDACTED],
"account_id": [REDACTED],
"service_id": 14,
"service_name": "domain",
"customer_name": "[REDACTED]",
"internal_name": null,
"created_at": [REDACTED],
"expired_at": [REDACTED],
"version": 1,
"maintenance": false,
"locked": false,
"operation_in_progress": false,
"tags": [],
"unique_id": [REDACTED],
"description": "",
"is_free": false,
"is_zero_price": false,
"is_trial": false,
"is_in_app_subscription": false,
"is_part_of_ksuite": false,
"rights": {
"technical": true
}
}
]
} I know this is an edgecase, so if there is no solution, I will continue to use Cloudflare NS. (What I would like to avoid) |
Hello
If you try to issue the certificate by using the accented domain it works (but may leave some traces of the acme challenge du to a small issue), don't convert to punny-code first. |
Hello, This is just to point out that it doesn't work under Proxmox 6.x, 7.x and 8.x.
But it does work with Debian 11.x,12.x and Ubuntu too :) You can reproduce it with a fresh install of Proxmox with any domain Thanks ! |
Hi, I get an error when I try to create my SSL certificates via the infomaniak API. After I run the acme.sh command, the following error message appears:
Searching the specified website results in the following error message:
Hope this halps to find the error. My command was the following:
Greetings and thank you |
This is the place to report bugs in the infomaniak.com DNS API.
If you experience a bug, please report it in this issue.
Thanks!
The text was updated successfully, but these errors were encountered: