Welcome! Log In Create A New Profile

Advanced

Re: if statement + ssl_certificate?

June 01, 2013 01:32PM
That does not help because following that example I should use:

server {
listen 443 ssl;
server_name www.sub1.example.com;
ssl_certificate www.sub1.example.com.crt;
...
}

server {
listen 443 ssl;
server_name www.example.org;
ssl_certificate www.example.org.crt;
...
}

But the first server declaration does not apply the different certificate, instead it applies the certificate of the TLD, so I guess either I can't declare a server with server_name equal to a subdomain of an already declared TLD.
Subject Author Posted

if statement + ssl_certificate?

natostanco May 31, 2013 01:25PM

Re: if statement + ssl_certificate?

Richard Stanway May 31, 2013 02:34PM

Re: if statement + ssl_certificate?

natostanco June 01, 2013 11:50AM

Re: if statement + ssl_certificate?

Jonathan Matthews June 01, 2013 12:06PM

Re: if statement + ssl_certificate?

natostanco June 01, 2013 12:18PM

Re: if statement + ssl_certificate?

Jonathan Matthews June 01, 2013 01:12PM

Re: if statement + ssl_certificate?

natostanco June 01, 2013 01:17PM

Re: if statement + ssl_certificate?

B.R. June 01, 2013 01:22PM

Re: if statement + ssl_certificate?

natostanco June 01, 2013 01:32PM

Re: if statement + ssl_certificate?

B.R. June 01, 2013 03:00PM

Re: if statement + ssl_certificate?

Jonathan Matthews June 01, 2013 04:56PM

Re: if statement + ssl_certificate?

natostanco June 02, 2013 05:37AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 95
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready