Skip to main content

Questions tagged [wildcard]

The tag has no usage guidance.

0 votes
1 answer
39 views

How to build an nginx conf to accommodate wildcards in location?

I have a server and 2 locations. The proxy_pass is the same for both but I need to pass a different header server { location ~ /deployments/*xx*/ { proxy_pass $uri; proxy_set_header ...
Shreyas Kulkarni's user avatar
0 votes
0 answers
42 views

How does one configure nginx for whitelabel solution?

I am trying to implement a whitelabel solution for my clients where they use their own domain or subdomain that is pointed to my server IP to serve my application. For example: subdomain.anydomain.com ...
Mojahudul Islam's user avatar
0 votes
1 answer
337 views

Nginx Wildcards and Subdomains with Certbot

I want to achieve a scenario where I have 2 nodejs application running on localhost:3000 (dev) and localhost:5000 (staging). I also created 3 certificates and copied below. With the config file I've ...
Kubi's user avatar
  • 101
0 votes
1 answer
144 views

Why I can do a wildcard copy from one location, but can't from another?

One wildcard batch copy works for me: sudo cp /home/jenkins/dist/*.war /opt/tomcat/webapps/ but another similar doesn't: sudo cp /opt/tomcat/webapps/*.war /home/jenkins/archive cp: cannot stat '/opt/...
Ilya Yevlampiev's user avatar
1 vote
0 answers
694 views

Traefik dashboard returns 404 page not found + TLS handshake error: remote error: tls: bad certificate (traefik + bind9 + CloudFlare + Let's Encrypt)

I configured Traefik in docker using the guide: Put Wildcard Certificates and SSL on EVERYTHING - Traefik Tutorial But when trying to access the dashboard - I see an error: 404 Page not found I have ...
Riven's user avatar
  • 11
2 votes
1 answer
348 views

Wildcard A record overwriting specific A record for subdomain

We have the following DNS records: www CNAME (ALIAS) webclusters.clubessential.com @ A 104.18.129.113 @ A 104.18.130.113 * A 104.18.129.113 somesubdomain.ourdomain.com A 34.174.158.48 The wildcard A ...
Alex's user avatar
  • 123
0 votes
0 answers
144 views

Bind Recursion DNS Server Returning Wildcard Address for Host Despite Exact Entry Existing in Zonefile on Hosts DNS Server

I setup a bind server (version BIND 9.18.16-1+ubuntu20.04.1+isc+1-Ubuntu on Ubuntu 20.04), and this particular instance is setup as a recursion resolver with no forwarders. When I dig one of my ...
OwN's user avatar
  • 207
0 votes
0 answers
60 views

How can I point a wildcard subdomain to multiple servers?

As a SaaS software seller, I offer separate cPanel accounts for my customers. My main domain is "domain.com", and I need to automatically create subdomains. However, the IP address is not ...
Mohamed Osman's user avatar
0 votes
0 answers
197 views

Setting an iptables rule to drop a UDP that contain a string followed by two numbers betwen 10-89 in one rule

anyone knows if is possible to use only one rule to drop any UDP packet that contain a fixed characters followed by any number between 13 and 90. I tried string, hex-string, had a look at u32 but the ...
crixu's user avatar
  • 1
0 votes
2 answers
721 views

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 ...
Alexander Overvoorde's user avatar
1 vote
1 answer
271 views

Apparent DMARC External Validation query failure

I've got multiple domains hosted on a single Linode instance. As a result of some routine anti-spam checking the wonderful mxtoolbox (no affiliation) reports this: DMARC External Validation External ...
J Evans's user avatar
  • 195
0 votes
1 answer
775 views

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 ...
Владимир Тюхтин's user avatar
0 votes
1 answer
92 views

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 ...
Boot Re's user avatar
1 vote
1 answer
346 views

Postfix wildcard, virtual_alias, and recipient_delimiter forwarding glitch

Using Postfix with an MySQL backend, have a group of aliases set up, including domain aliases. Using '.' as recipient_delimiter, and have propagate_unmatched_extensions = canonical, virtual, alias. ...
Mark Milange's user avatar
0 votes
2 answers
1k views

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 ... *....
neilticktin's user avatar

15 30 50 per page
1
2 3 4 5
17