Re: Nginx serving self-signed cert instead of the one defined in conf

2015-08-12 Thread Arno0x0x
For the record: problem solved. SHAME on me !! The problem was simply that I copied the wrong certificates from my old installation (nginx 1.6.2) to the new one (nginx 1.8.0). As often, the problem lies in front of the keyboard :-) Thanks Maxim for your assistance in any case, I learnt a few th

Re: Nginx serving self-signed cert instead of the one defined in conf

2015-08-11 Thread Arno0x0x
Hi Maxim, Thanks for your answer. Alas ! I check all config files in my /etc/nginx directory, there's only one containing the server{} directive (for the sake of it, I added the default_server to the listen directive, but it doesn't change anything) : -

Re: Nginx serving self-signed cert instead of the one defined in conf

2015-08-11 Thread Maxim Dounin
Hello! On Tue, Aug 11, 2015 at 01:27:23PM -0400, Arno0x0x wrote: > Hello, > > I'm facing a strange issue since I upgraded from Nginx 1.6.2 to 1.8.0. My > configuration files have been kept identicals, as well as my official SSL > certificates. > > The problem is Nginx keeps on serving a self-si

Nginx serving self-signed cert instead of the one defined in conf

2015-08-11 Thread Arno0x0x
Hello, I'm facing a strange issue since I upgraded from Nginx 1.6.2 to 1.8.0. My configuration files have been kept identicals, as well as my official SSL certificates. The problem is Nginx keeps on serving a self-signed certificate (dunno where it takes it from) instead of my proper certificates