Adrien Rey-Jarthon
Adrien Rey-Jarthon
Ah yes indeed, I did not had the courage to check spec to verify if it was acceptable to normalize this way so I choose the less resistance path by...
Same here, using some of these domains in a test suite (super useful), anything we can do to help?
Indeed I just noticed this as I tried `cuprite` (coming from selenium + chrome headless). I would really like the ability to display (or get as string) the console output...
Interested about this too, I'm trying to download a simple binary to be able to use it in user-land (so no package manager install) but I can't find any easy...
I got the same issue and I approve this fix :+1:
For the record I just hit this issue, I use `lua-resty-auto-ssl` to generate certs for custom domain status pages on my monitoring service and most people would use my own...
@kapouer thanks for the tip about `lexicon`, will keep it in mind if I want to automate ;)
> @jarthod any other workaround to automate this? Remembering to renew wildcard every 3 month is pain actually. Not on my side, I'm still using this and doing the manual...
Branch has now been deleted :broom:
As discussed in https://github.com/sporkmonger/addressable/issues/408#issuecomment-1421066788 I believe that yes we should add support for `libidn2`. I looked for options and found: 1. https://github.com/hfm/idn2-ruby: simply going from `idn` to `idn2`, but it's...