-
Notifications
You must be signed in to change notification settings - Fork 463
[BUG] Wildcard tries to request for *.co.uk #2222
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
Comments
removing the with-www part, so it's just the bare domain and saving results in no attempt to create a cert at all. letsencrypt log does not show anything new, since the failed attempt above. updating the service, and changing propagation delay to 15 (to force a save), makes the schedular pick it up, and again, tries to request a wildcard for *.co.uk
Also, why are log lines duplicated? |
Hi, the wildcard will always be generated from a common first suffix -> |
So this affects all 2nd level domains? e.g. .co.uk, .org.uk, .uk.com, etc.? so i can't create a service with helpquick.co.uk, and select wildcard, as it will try to generate wildcard for *.co.uk. |
Indeed, this is useful when using multiple services with the same suffix |
Yes, but .co.uk is the country wide effective TLD for the uk, other prefixes are available such as .org.uk, .me.uk, .ltd.uk, etc. Although nominet released the use of bare .uk domains, there's a lot of domains out there with .co.uk, and it'll never be possible to create a *.co.uk wildcard. It may be worth catching these cases, so that bunkerweb won't attempt to create these wildcards, in the same way it won't try to create a *.com wildcard (or will it? I've not tried to be fair) |
This is already in the loop, we get the blacklist from here: https://publicsuffix.org/list/public_suffix_list.dat |
Uh oh!
There was an error while loading. Please reload this page.
What happened?
Let's encrypt tries to request a certificate for *.co.uk
Scheduler log:
Invalid identifiers requested :: Cannot issue for "*.co.uk": Domain name is a wildcard for an ICANN TLD (and 1 more problems. Refer to sub-problems for more information.)
How to reproduce?
create new service specifying a .co.uk domain with and without the www in the server name (space separated)
e.g.
helpquick.co.uk www.helpquick.co.uk
Let's Encrypt wildcard enabled.
Configuration file(s) (yaml or .env)
Relevant log output
BunkerWeb version
1.6.2-rc1
What integration are you using?
Linux
Linux distribution (if applicable)
Debian bookworm
Removed private data
Code of Conduct
The text was updated successfully, but these errors were encountered: