Questions tagged [wildcard]

248 questions
1
vote
1 answer

How to prepare and add Godaddy SSL wildcard certificate to Wildfly/JBoss

I have a done some research into how to prepare the wildcard certificate and add it in a manner in which it could be used within WildFly/JBoss (I'm using WildFly 16, but it should be the same for JBoss). Files I have (and what they are - gathered…
1
vote
1 answer

wildcard dns not working properly

I initially added a wildcard subdomain as below on my cpanel account and it works fine (all level of subdomain works): *.example.com but when I add following second wildcard subdomain to explicitly install ssl for that: *.co.uk.example.com any…
Deepika
  • 57
  • 1
  • 3
1
vote
1 answer

Nginx automatically adds wildcard to redirects

I am making some redirects with nginx, but for some it automatically matches everything at the end of the URL, which creates redirects to the wrong pages. I have these two redirects. location /en/blogging { return 301 /en/blog; } location…
E-g
  • 113
  • 2
1
vote
1 answer

Need API to programmatically make website available on specific domain/subdomain

I have a platform/program running on SERVER_1 with registered domain e.g. example.com. Registered user can add some data and program will generate HTML pages (static website) according to that data. A user also defines the NAME of the website. GOAL…
cjofii
  • 21
  • 1
1
vote
0 answers

Changing a certificate from earlier wildcard to specific host

Please see an error when clients attempt to upload images to the endpoint https://prod.example.net.au:9433/ I am not sure it is related but we had renewed the SSL certificate and changed from a wild card SSL certificate *.example.net.au to…
user2710603
  • 111
  • 1
1
vote
1 answer

Nginx subdirectory try_files wildcard always fail

Nginx 1.10.3 Ubuntu, standard apt installation. index index.php; located outside server block. I need: http://example.com/test/1 pointing to /var/www/example.com/test/1 http://example.com/test/2 pointing to /var/www/example.com/test/2 ..and so…
Isak Pontus
  • 47
  • 1
  • 9
1
vote
0 answers

Apache settings to prevent browser from redirect

I have a question regarding redirects. We currently have set up an Apache with a wildcard certificate *.shopdomain.com and run different shops on different subdomains like shop-a.shopdomain.com, shop-b.shopdomain.com. The customer now decided, that…
1
vote
0 answers

Wildcards For Squid ACL Names (aclname)

I'd like to implement IP-based authentication on my proxy servers. Consider a user of my service called user1. Here's what my ACL currently looks like for that: acl user11 proxy_auth [-i] user11 acl user12 proxy_auth [-i] user12 acl user13…
xendi
  • 414
  • 5
  • 10
  • 22
1
vote
1 answer

DigitalOcean DNS can new cname record conflict with existing wildcard cname record

I am having an existing wildcard CNAME record that goes like *.example.com. I wanted to add another CNAME record to map from an address like app.example.com to some.example.com. Will this create conflicts on the DNS records?
1
vote
1 answer

How to use wildcard in tmpwatch path

Wildcard does not seem to work in exclude path provided to tmpwatch. I have following dir structure inside /tmp drwxr-xr-x 2 vrisbud developers 4096 May 17 15:36 AssetEnumeratorTest drwxr-xr-x 2 vrisbud developers 4096 May 17 15:37…
1
vote
1 answer

Partial hyphenated wildcard sub domain dns records

What are the correct DNS records for {any}-the-sub.example.com? While avoiding CNAME *.example.com For extended subdomain {any}.the-sub.example.com that would be something like: the-sub.example.com A 0.0.0.0 *.the-sub.example.com CNAME …
mkungla
  • 121
  • 7
1
vote
0 answers

IIS 10 Self Signed Trusted Wildcard Certificate

I've tried many, many, MANY methods of creating a self signed trusted wild card cert. Chrome keep complaining that it's not valid. Does anyone have THE DEFINITIVE instructions for creating this? Windows 10 IIS 10 Needs to be wildcard…
Tomas Beblar
  • 121
  • 7
1
vote
2 answers

Does changing wildcard record affect other records like mail MX records

I created a new website using another server. Pointed the @ record to my new server. However, the result is: www.domain.com points to old server domain.com (without www) points to new server I checked that *.domain.com is pointed to my old…
1
vote
1 answer

Variable wildcards in shell

say I have this folder structure with these files inside: ./ |---- orig/ |--- 1a |--- 1b |--- 2a |--- 2b |---- 1/ |---- 2/ I'd like to get this with a single mv command: ./ |---- orig/…
Pizzicato
  • 111
  • 2
1
vote
1 answer

Wildcard Cloudflare and trusted certificate

I would like use my website in ssl only but with cloudflare all my subdomain are not trusted (i think because is not in "cloudflare" DNS ( record by orange clouding)). If i add manually subdomain example "test.website.com" with orange clouding the…
Shinix
  • 31
  • 1
  • 4