Re: SSL certificate not loaded

2013-10-16 Thread gaspy
Maxim Dounin Wrote: --- > > I have another server block just for redirect, I disabled SSL on it > but the > > problem persists. > > Here's how the other block looks like: > > > > server > > { > > listen 80; > > #listen

Re: SSL certificate not loaded

2013-10-15 Thread Maxim Dounin
Hello! On Tue, Oct 15, 2013 at 11:14:42AM -0400, gaspy wrote: > > The message suggests you have another server{} listening on the > > same port, without ssl_certificate defined, and it's selected > > based on SNI. > > Hi Maxim and thanks for the quick reply. > > I have another server block ju

Re: SSL certificate not loaded

2013-10-15 Thread gaspy
> The message suggests you have another server{} listening on the > same port, without ssl_certificate defined, and it's selected > based on SNI. Hi Maxim and thanks for the quick reply. I have another server block just for redirect, I disabled SSL on it but the problem persists. Here's how the

Re: SSL certificate not loaded

2013-10-15 Thread Maxim Dounin
Hello! On Tue, Oct 15, 2013 at 09:13:52AM -0400, gaspy wrote: > I have a strange problem with SLL. > > I purchased a SSL cert and combined the intermediary files into one: > cat www_mydomain_com.crt PositiveSSLCA2.crt AddTrustExternalCARoot.crt >> > mydomain-budle.crt > > In the server conf I

SSL certificate not loaded

2013-10-15 Thread gaspy
I have a strange problem with SLL. I purchased a SSL cert and combined the intermediary files into one: cat www_mydomain_com.crt PositiveSSLCA2.crt AddTrustExternalCARoot.crt >> mydomain-budle.crt In the server conf I have the following: server { listen 80; lis