Questions tagged [wildcard]
248 questions
0
votes
2 answers
Wildcard DNS entry is broken by more specific (but non-matching) DNS entry
I have the following DNS entries for the root domain example.com:
* CNAME record pointing to foo.com
dummy.api TXT record containing the value dummy
When I try to resolve bla.foo.com then it correctly resolves to the CNAME entry, but when I try to…

Alexander Overvoorde
- 71
- 4
0
votes
1 answer
Are wildcard certificates allowed for a top-level domain
Curl returns curl: (60) SSL: no alternative certificate subject name matches target host name 'elasticsearch-0.elasticsearch' even if SAN clearly stands DNS:elasticsearch, DNS:*.elasticsearch
Wikipedia…

Владимир Тюхтин
- 173
- 5
0
votes
1 answer
how to setting nginx extension wildcard
i want to hiding my extension like .php
but it's not only to hiding,
if i enter the index.do
nginx rewrite to index.php but, url address must be the same (index.do)
In summary, what I specifically want…

Boot Re
- 1
- 1
0
votes
0 answers
How do I configure Dnsmasq or BIND multiple instances so that wildcard * BIND, or # for dnsmasq resolve to different IPs for different subnets?
I want * wildcard for BIND or better # for dnsmasq to resolve to DIFFERENT IP addresses depending on the subnet or interface over which the query came in. Like on interface a, all wildcards are 1.200 and on another interface B, all wildcards are on…

Kim K. M
- 1
- 1
0
votes
0 answers
How to configure Dnsmasq to respond to wildcard with different IP address depending on querying interface
I want Dnsmasq to respond with 1.100 for # if query comes in on iface1 and 1.200 if query comes in on iface2.

Kim K. M
- 1
- 1
0
votes
0 answers
AWS Route 53 Second Level Wildcard CNAME Not Being Overriden
I am trying to configure some CNAME records for our debug server in AWS Route 53. Our current set up is as follows:
example.com A
example.com NS
*.example.com CNAME …
0
votes
2 answers
Can you combine multiple wildcard certs for multiple second-level domains (SLDs)
We have two domains ... let's call them a-domain.com and b-domain.com ... that are prevalent across multiple servers for multiple subdomain sites. Each of these domains have wildcard SSL certs ... *.a-domain.com and *.b-domain.com ... but both use…
0
votes
1 answer
A CNAME with a wildcard embedded
I'm trying to set up a CNAME DNS entry:
start.*.example.com
That matches the following domain names:
start.a.b.c.example.com
start.a.example.com
Is this possible? My current tests are failing with networksolutions.com.
It was previously working as…

user2145475
- 103
- 1
0
votes
1 answer
Local dev environment with wildcard .test domains, served by dnsmaq on fedora 33/34
I am trying to set up an Intel NUC with Fedora 34 as my new stable local web development environment.
My environment on mac OS x gets destroyed by system updates, even homebrew currently throws a lot of errors since last system update.
wanted is…

Frank Pfabigan
- 11
- 3
0
votes
1 answer
is this possible to park a subdomain on the main domain?
is this possible to park a subdomain on the main domain without enabling wildcard subdomains?
i want to make a mobile version for my site on a new subdomain but i want using the same code on my main domain
i read about CNAME record but i cant…

Mohammad Masoudian
- 103
- 4
0
votes
1 answer
TLS Cert for unknown IP (shippable software)
I am writing a distributed application that will be sold to multiple customers and hosted on premise. This application operates as a distributed system where many of the same applications communicate with each other over HTTPS as RESTful…

Stephen Collins
- 103
- 2
0
votes
2 answers
Wildcard SSL for top level domain
I have a site where customers can register and get a subdomain site.
Example, they register some_name.mysite.com. This works fine for DNS and SSL. I am using a wilcard SSL on my server: *.mysite.com
I'd like to add the feature so that my customer…

Scott Paterson
- 1
- 2
0
votes
0 answers
nginx letsencrypt wildcard with ovh dns SSL_ERROR_BAD_CERT_DOMAIN
I have a problem with wildcard certificates for a subdomain. I wish to have one certificate for the domain example.com and the same cert for the same level of subdomains *.example.com.
The problem is the subdomain return SSL cert error:…

user25392
- 1
- 1
0
votes
1 answer
Apache redirect all non valid wildcard subdomains to root domain
Is it possible to redirect all 404 subdomain result to the root domain in apache2? Im using a wildcard subdomain entry in my DNS provider, and apache is set to fetch the site in the folder with the same name as the subdomain. But I would also like…

Mr. Simmons
- 95
- 7
0
votes
0 answers
NGINX Location Wildcard/Regex Not Working
I've tried countless wildcard/regex combinations to no avail for the below code. Basically just want it to capture any sub-directory of the /protected/ folder. If I use the below code for a specific folder, it works, but if I try stuff like location…