Welcome! Log In Create A New Profile

Advanced

Re: SSL certificate not loaded

October 15, 2013 11:14AM
> 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 other block looks like:

server
{
listen 80;
#listen 443 ssl;
server_name mydomain.com;
return 301 $scheme://www.mydomain.com$request_uri;
}

If it helps, I'm using nginx/1.1.19 on Ubuntu 12.04 32bit / XEN VPS.
Subject Author Posted

SSL certificate not loaded

gaspy October 15, 2013 09:13AM

Re: SSL certificate not loaded

Maxim Dounin October 15, 2013 09:50AM

Re: SSL certificate not loaded

gaspy October 15, 2013 11:14AM

Re: SSL certificate not loaded

Maxim Dounin October 15, 2013 11:44AM

Re: SSL certificate not loaded

gaspy October 16, 2013 10:25AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 283
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