Re: AW: nginx-1.23.3 on Win Server wth HTTPS

2023-01-18 Thread Maxim Dounin
Hello! On Wed, Jan 18, 2023 at 12:41:32PM +, Kappes, Michael wrote: > My "correct certificate information" is the Problem. Nginx tells me: > > invalid number of arguments in "ssl_certificate" directive in > C:\nginx\nginx-1.23.3/conf/nginx.conf:102 > (please note: "\" and "/" in the same pa

Re: Unsafe AIO under FreeBSD?

2023-01-18 Thread Mahmoud Al-Qudsi
On Tue, Jan 17, 2023 at 6:00 PM Maxim Dounin wrote: > > The only aio operation nginx uses is aio_read(), and it does > nothing "advanced" - just reads normal files which are being > served by nginx. > > Further, nginx explicitly checks files being served, and rejects > non-regular files. As such,

AW: nginx-1.23.3 on Win Server wth HTTPS

2023-01-18 Thread Kappes, Michael
Hello Francis Dear readers, Thanks for Help! OK, the # stay on HTTPS ;-) My "correct certificate information" is the Problem. Nginx tells me: invalid number of arguments in "ssl_certificate" directive in C:\nginx\nginx-1.23.3/conf/nginx.conf:102 (please note: "\" and "/" in the same path?!) C

Re: nginx-1.23.3 on Win Server wth HTTPS

2023-01-18 Thread Francis Daly
On Wed, Jan 18, 2023 at 08:51:18AM +, Kappes, Michael wrote: Hi there, > After unpacking the ZIP file I have a "nginx.conf" file which I edit, from > line 98, the HTTPS server block starts there. > C:\nginx\nginx-1.23.3>nginx -s reload > nginx: [emerg] unknown directive "HTTPS" in > C:\ngi

nginx-1.23.3 on Win Server wth HTTPS

2023-01-18 Thread Kappes, Michael
Hello, i will use nginx-1.23.3 on a Win Server, inclusiv HTTPS After unpacking the ZIP file I have a "nginx.conf" file which I edit, from line 98, the HTTPS server block starts there. I enter the absolute path to the CA and KEY file (Windows like path) but NGINX refuses to accept HTTPS. I res