Unable to set Wildcard Subdomain
See original GitHub issueDescribe the bug
- A clear and concise description of what the bug is.
- What version of Nginx Proxy Manager is reported on the login page?
To Reproduce Steps to reproduce the behavior:
- Go to ‘Proxy Host’
- Click on ‘New Proxy Host’
- Scroll down to ‘Domain Names’
- Add
*.example.com
Expected behavior
Unable to add *.example.com
Screenshots This is the example screenshot on your website:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:13
Top Results From Across the Web
How can I set up a catch-all (wildcard) subdomain? - Domains
How can I set up a catch-all (wildcard) subdomain? · 1. Sign into your Namecheap account. · 2. Select Domain List from the...
Read more >Why Is My Wildcard SSL Not Working on a Second Level ...
Again, wildcard SSL certificates ONLY secure subdomains on the designated level. Your issue is that your wildcard SSL isn't working for the subdomains...
Read more >Unable to set Wildcard Subdomain · Issue #596 - GitHub
It is possible to add a wildcard certificate through the dedicated SSL Certificates tab. You'll need to do the dns challenge then, so...
Read more >Unable to set wildcard subdomains for pages custom domain
I tried to add a wildcard subdomain in the CustomDomain settings of Cloudflare pages as shown below. However, I got an invalid domain...
Read more >wildcard dns not working properly [duplicate] - Server Fault
I initially added a wildcard subdomain as below on my cpanel account and it works fine (all level of subdomain works):. *.example.com. but...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I ran into that same bug. Will have to live with a custom config for now…
Edit: I just executed the POST /api/nginx/proxy-hosts manually and it worked.
Sample request in CURL (not tested, since I used Insomnia):
Make sure to replace the YOUR-NGINX-PROXMANAGER-INSTANCE, YOUR_JWT_HERE & *.YOURDOMAIN.TLD
Make folder for data files, mount it and then after creating PROXY sub.domain.com - go to this folder/nginx/proxy_host ; And there you will find generated conf file. Just edit this line: server_name sub.domain.com; into this: server_name *.domain.com;
It works with cloudflare.
And also! You have to create wildcard subdomain cert first.