Welcome! Log In Create A New Profile

Advanced

Re: SSL certificate not loaded

Maxim Dounin
October 15, 2013 11:44AM
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 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 the problem persists, it means that you either didn't reloaded
the configuration or there is one more server{} block. Just for
testing you may want to configure ssl_certificate at http{} level.

--
Maxim Dounin
http://nginx.org/en/donation.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
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: 324
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