Questions tagged [wildcard-subdomain]
196 questions
0
votes
2 answers
Whitelist subdomain (*.example.com) from Linux server
I need to do some file migration to Google Drive and our problem is that during this process Drive need to contact our images server. We have this images in a regular Apache server listening on port 80.
I tried with some fqdn in Iptables but whilst…

rmartinez
- 11
- 1
- 2
0
votes
0 answers
wildcard certificate with unnamed sub domain
I have purchased a wildcard subdomain for one of my domain names. Here is the issue I am running into:
I have a WordPress plugin that integrates with a 3rd party membership site. The membership site issues a member alias that is interpreted into a…
0
votes
1 answer
WS2016 RDS Gateway, Connects Internally not Externally
Here is what I have done so far -
Configured Remote Desktop Services
Purchased a domain "domain.com"
Purchased a wild card ssl certificate, the thought is that I want to use "rds.domain.com" to access the RDS Server.
RDS Deployment Properties -
RD…

Matthewi
- 1
- 1
0
votes
1 answer
How can I prevent error when subdomain does not exist?
Every subdomain is in a separate folder. I capture the subdomain and set the root to the correct folder with this code:
server_name ~^(?.+)\.mysite\.com$;
root "/path/to/my/site/$sub";
When the sub domain does not exist, it throws a 404 error,…

Dan Bray
- 113
- 1
- 1
- 7
0
votes
2 answers
Let's Encrypt with dynamic subdomains
Setup is like this. I've got a domain e.g. example.com
I've setup Apache2 with a VirtualDocumentRoot, this way I can point a subdomain to a specific folder in an easy way:
File sites-available/websites.conf:
ServerName example.com
ServerAlias…

melledijkstra
- 113
- 2
0
votes
1 answer
Reverse proxy for wildcard domains - apache linux
I am trying to setup reverse proxy for wildcard domain, but my configuration don't simply work after I login to the application.
This server is running Apache aka httpd service with port 80, 443 on this server.
frafahadooappd5.de.cd.com
Domain is…

Vijay
- 1
- 1
- 6
0
votes
1 answer
Using a wildcard certificate for Exchange 2013
Until now I used a local CA signed certificate for my Exchange, but all foregin users could not trust the connection with their Outlook or browser to OWA webapp.
I bought a wildcard certificate for my public domain mydomain.com (that it is different…

Tobia
- 1,272
- 9
- 41
- 81
0
votes
1 answer
How to redirect all wildcard subdomain to a particular subdomain? Having issues with a subdomain which runs nextcloud server
I want wildcard subdomains that do not exist like x.example.com, y.example.com etc., to redirect to 404.example.com.
I am using Apache 2.4. How can I do this?
What I tried:
My 404.conf:
ServerName 404.example.com
…

Finch
- 125
- 7
0
votes
1 answer
Lets Encrypt Nginx - Your connection is not secure - for wrong subdomains
I have encryption from lets encrypt which is working fine.
My configuration of Nginx allows only SSL connections.
www.example.com, example.com, blog.example.com - all are working fine.
The problems
is if a type www1.example.com or…

DataScientYst
- 111
- 1
- 3
0
votes
3 answers
Wildcard certificate use
I been working on and with SSL certificate's for a bit now and my organization is thinking of going with a Wildcard certificate vs the Multi-domain san certificate we have now. What I need to know, is why we should not go the wildcard Certificate…

Larry
- 1
- 1
0
votes
0 answers
Redirect subdomain to the user profile
I want to redirect all subdomains to the user profile , eg:
redirect this URL :
http://alexusername.example.com
To :
http://alexusername.example.com
But showing the content of :
http://example.com/user.php?q=alexusername
I mean that I want to show…

Ghadeer R. Majeed
- 23
- 3
0
votes
0 answers
Multiple/Overlapping DNS wildcards
for a Domain mydomain.com, I have the following entries:
; Canonical Name definition
* 600 IN CNAME www
*.staging 600 IN CNAME newdomain.com.
www IN CNAME olddomain.com.
My expectation would be, that…

M. Glatki
- 1,964
- 1
- 17
- 33
0
votes
1 answer
Apply location directives to subdomains and sub-subdomains on NGINX
I'm trying to setup a site on NGINX so the second level domain is visible publicly, but access to subdomains is restricted. Basically a dev.domain.com should be restricted to my IP, and staging.domain.com is restricted to http authentication. I…

Sirmontegu
- 1
- 2
0
votes
0 answers
Does regenerating a wildcard SSL with CA invalidate it across previous properties/sites?
I'm migrating my company's primary website to a new production environment. I'm going to rekey and regenerate the SSL against the new production environment. The SSL cert we have is a wildcard cert that covers several properties and…

sparecycle
- 459
- 1
- 6
- 19
0
votes
0 answers
only www.*.domain.com certificate for wildcard domain
I haven found a answer to the question from 2013 but is this answer still valid with SNI.
SSL wildcard certificates and trailing 'www'
Is it possible to have a certificate or SAN with www.*.domain.com which works with current…

Aleksandar
- 281
- 1
- 5