Questions tagged [wildcard]
248 questions
1
vote
1 answer
Wildcard SSL negotiation across sub-domains
I'm wanting to make a site as fast as possible and as part of that will be using multiple sub-domains to essentially grow the number of concurrent connections in a browser.
My question is this: how can I avoid having to do SSL negotiation for each…

winston
- 11
- 1
1
vote
1 answer
Changing SSL Cert results in "Connection Interupted Error"
We are trying to apply a new certificate to our IIS webserver. However, whenever I go to IIS's admin interface and select the new cert, any browser requests come back with a "Connection Interrupted" Error, If I put the old cert back, it…

BillN
- 1,503
- 1
- 13
- 31
1
vote
4 answers
Capture All DNS Traffic
I have a system that receives many different DNS requests every day from unauthorized users. What I need is a method to accept all DNS requests made to to this system and give back them back the same IP. Think of this as a gateway situation, where…

Tedd Johnson
- 71
- 2
- 10
1
vote
1 answer
Signing/Generating SSL Certificates for ElasticSearch (search-guard)
I am trying to build my own ElasticSearch cluster and I decided to use an open source plugin called Search Guard. It requires generation of client and host/node certificates. In its demo there is a script which generates a root ca, client and node…

iboware
- 111
- 3
1
vote
0 answers
Set Apache's vhosts with a sub-domain automatically
I'm posting here, because I want to configure apache vhosts automatically, like a.mydomain.com , b.mydomain.com ,etc ... but It doesn't work.
I've already setting up a DNS Wilcard record like ( * 3600 IN A 1.2.3.4 ).
and setting up my…

outstore
- 65
- 2
- 12
1
vote
1 answer
Exchange 2013 - IMAP with Wildcard Cert - Error when Set-ImapSettings
Trying to get a wildcard cert working on Exchange 2013 for IMAP purposes. Unable to add in ECP (receives error about it not having a FQDN since its a wildcard)
So then I try to run:
Set-ImapSettings -X509CertificateName sub.domain.com
However, I…

Matt8
- 11
- 1
- 3
1
vote
1 answer
io error on no-match glob within cifs OSX -> debian jessie mount
Using a wildcard/glob (at least * and ?) in bash causes an input/output error when there are no matches on a samaba cifs mount in Debain Jessie 8.2. On other filesystems, the expected No such file error is given.
The same samaba mount point on an…

Will
- 161
- 1
- 5
1
vote
1 answer
facebook app giving Security error when click on a shared link to my site
I have built a site and users are sharing it on facebook, but when one of their friends click on the link it give them this error.
Security error
There are problems with the security certificate for this site.
It only gives them this error when in…

gmaniac
- 121
- 1
- 6
1
vote
1 answer
WIldcard SSL Subdomain Not Pointing at Correct DocumentRoot 3
I have the same problem than:
WIldcard SSL Subdomain Not Pointing at Correct DocumentRoot
but the answer does not help me.
I have a Wildcard SSL installed on my Apache server.
With HTTP :
www.example.com points to documentroot…

Bruno de Goyrans
- 101
- 1
- 3
- 10
1
vote
1 answer
Wildcard DNS to NOT resolve a specific entry
I have a wildcard DNS on my external service: *.example.com
I have one specific service, that I need to NOT resolve externally, to help a VPN service type connection fail silently.
If there a way to make a specific entry NOT resolve? i.e.…

user1076412
- 113
- 4
1
vote
2 answers
Wildcard MX record support?
Let's say I want to start a service where customers get their own subdomain on my domain for email addresses only.
I have an A record for mydomain.com and a CNAME for www.mydomain.com
If I add a wildcard MX record for *.mydomain.com, my…

seibelj
- 111
- 2
1
vote
1 answer
Parametric Apache Virtualhost
I have a Virtualhost made this way:
Servername www.website.com
DocumentRoot /path/to/application-1.2.1/client/app/
ErrorLog /var/log/apache2/logs/application.log
Where application is the…

Atropo
- 145
- 6
1
vote
2 answers
nginx: setup a webmail for every domain (wildcard domain?)
I would like to setup a webmail mail. subdomain for every domain I have on my server, using nginx.
It seems to work on https://mail.mydomain.com but I can also access the webmail by visiting the server's IP address (https://x.x.x.x), which is not…

flks
- 115
- 6
1
vote
1 answer
Proper implementation of Wildcard DNS on top of an A record
I need to set a wildcard DNS record for a sub domain which already has an A record. I'm not sure if i have to use a new A record for this or can just use a CNAME that points to the A record.
My script has the following domain…

Analog
- 202
- 2
- 12
1
vote
1 answer
Postfix deliver mail for orginal destination + BCC - but only for one email
I have postfix with virtual users, I'm looking for solution, tried google it, but no luck.
I want to achieve this one:
mail for admin@*
should be delvered to admin@* and BCC for webmaster@*
I tried to do it by recipient_bcc_maps and something…

Widmo
- 321
- 2
- 10