I have a problem configuring nginx with two ssl vhosts.
I got a nginx+apache running on Fedora, main domain using self-signed ssl, and a subdomain, using purchased ssl.
It was running on nginx 1.0.15
Now I've copied the config to Centos server, with nginx 1.4.2, and the problem is that nginx does not use purchased ssl, instead serves self-signed ssl for both main domain as well as subdomain.
I've downgraded nginx to 1.0.15, but that did not solve the problem.
I'm attaching my config files for those vhosts. They are included using general Include /etc/nginx/conf.d/*.conf directive.
Can anyone point me into right direction? Thanks for any clues.
I got a nginx+apache running on Fedora, main domain using self-signed ssl, and a subdomain, using purchased ssl.
It was running on nginx 1.0.15
Now I've copied the config to Centos server, with nginx 1.4.2, and the problem is that nginx does not use purchased ssl, instead serves self-signed ssl for both main domain as well as subdomain.
I've downgraded nginx to 1.0.15, but that did not solve the problem.
I'm attaching my config files for those vhosts. They are included using general Include /etc/nginx/conf.d/*.conf directive.
Can anyone point me into right direction? Thanks for any clues.