Welcome! Log In Create A New Profile

Advanced

Re: PR_END_OF_FILE_ERROR after kernel update

Francis Daly
October 06, 2019 07:22AM
On Sat, Oct 05, 2019 at 10:09:28PM -0400, Ken Wright wrote:
> On 10/4/19 10:19 AM, J. Lewis Muir wrote:

Hi there,

> > Can you check your nginx server logs?
> My nginx error.log is ten thousand lines of:
>
> 2019/10/05 21:54:08 [error] 2034#2034: *8497989 no "ssl_certificate" is
> defined in server listening on SSL port while SSL handshaking, client:
> 192.168.44.1, server: 0.0.0.0:443

That looks like a fairly clear set of words for an error message.

From your configuration, can you see why nginx thinks that your server{}
that does listen on port 443 for SSL does not have a "ssl_certificate"
directive?

Possibilities include:

* there is one such server{}, and it has no "ssl_certificate" line.

* there is one such server{}, and it has a "ssl_certificate" line, but
it is commented out; or perhaps the previous line is like "server_name"
and does not end in a semi-colon;

* there is more than one such server, and the one that you think you
have told nginx to use is not the one that you actually told nginx to use.

Something like the output of

nginx -T | grep -E -n 'configuration|server|listen|ssl'

might show what relevant configuration your nginx is reading, and might
help show what should be changed in order to make things work.

Good luck with it,

f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

PR_END_OF_FILE_ERROR after kernel update

Ken Wright October 03, 2019 11:56PM

Re: PR_END_OF_FILE_ERROR after kernel update

gariac October 04, 2019 12:26AM

Re: PR_END_OF_FILE_ERROR after kernel update

Ken Wright October 04, 2019 08:52AM

Re: PR_END_OF_FILE_ERROR after kernel update

J. Lewis Muir October 04, 2019 10:20AM

Re: PR_END_OF_FILE_ERROR after kernel update

Ken Wright October 05, 2019 10:10PM

Re: PR_END_OF_FILE_ERROR after kernel update

Francis Daly October 06, 2019 07:22AM

Re: PR_END_OF_FILE_ERROR after kernel update

Ken Wright October 06, 2019 05:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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