-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
In letsencrypt/boulder#2278 we have an issue where TLDs that are IDNs are not recognized by Boulder as ending in a public suffix. Boulder currently calls publicsuffix.DefaultList.Find with the A-label form of the domain.
We have a few options:
- Boulder could convert to U-label for querying
publicsuffix publicsuffix-gocould switch to looking up by A-label by defaultpublicsuffix-gocould offer a different set of methods for looking up by A-label.
I think (2) is my ideal solution. What do you think?
kachkaev and foxdalas