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
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
> 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
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
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