did you tried
server_name _;
already?
did you chained the certs for a.com / c.com in the correct order?
see http://nginx.org/en/docs/http/configuring_https_servers.html /
An SSL certificate with several names
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,253929,253946#msg-25394
hi all,
i'm having trouble with nginx:
#nginx -V
nginx version: nginx/1.6.2
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
TLS SNI support enabled
so i use .conf files in the /etc/nginx/conf.d directory
server {
listen 443 default_server;
server_name a.domain.com *.domain.com
hi all,
i'm having trouble with nginx:
#nginx -V
nginx version: nginx/1.6.2
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
TLS SNI support enabled
so i use .conf files in the /etc/nginx/conf.d directory
server {
listen 443 default_server;
server_name a.domain.com *.domain.com;