No challenge received for IDN domain

Hello,

I’m trying to create certificates with diacritics. I use Acme PHP library. I tried to create a few certificates but I don’t get any challenges for them.
I use Punycode domain names when I request certificates.
Everything works fine for domains without diacritics.

For example:
phénoménale.firecontrol.be.
challenges:
{“xn–phnomnale-c4ad.firecontrol.be”:[{},{},{}]}

Any idea what I might be doing wrong?

1 Like

Not without the actual responses from the ACME server, I recon.

1 Like

Hi @aleksandra.perunska

that's

xn--phnomnale--c4ad.firecontrol.be

a wrong punycode.

What's your domain name?

PS: Replaced the wrong with the correct --, but it's wrong again.

1 Like

Hi, thank you for the quick response
The domain name is phénoménale.firecontrol.be

It looks like the hyphen got replaced when I posted here. I got the punycode from https://www.punycoder.com/ and I’m sure it’s correct. Here it is formatted as code: xn--phnomnale-c4ad.firecontrol.be

1 Like

Hmm somehow I’m getting challenges now without changing anything in my code. Strange.
I’m closing this and I’ll post a separate topic if I run into another issue.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.