AW: nginx-1.23.3 on Win Server wth HTTPS

Kappes, Michael Michael.Kappes at bfw-berlin-brandenburg.de
Wed Jan 18 12:41:32 UTC 2023


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:\nginx\nginx-1.23.3\cert\ => here a my cert and key files
At my nginx.conf file (the syntax) =>

        ssl_certificate      C:\nginx\nginx-1.23.3\cert\1-Servername.cert.pem;
        ssl_certificate_key  C:\nginx\nginx-1.23.3\cert\1-Servername.cert.key;

I have tested both

C:\nginx\nginx-1.23.3\cert\

And also

C:/nginx/nginx-1.23.3/cert/

Both won't work...

Or, i make a temp folder ( for testing)

At my nginx.conf file (the syntax) =>

        ssl_certificate      C:\temp\1-Servername.cert.pem;
        ssl_certificate_key  C:\temp\1-Servername.cert.key;


Also here, i change "\" to "/" without that it makes a difference

Strange
Michael



-----Ursprüngliche Nachricht-----
Von: nginx <nginx-bounces at nginx.org> Im Auftrag von Francis Daly
Gesendet: Mittwoch, 18. Januar 2023 12:02
An: nginx at nginx.org
Betreff: Re: nginx-1.23.3 on Win Server wth HTTPS

On Wed, Jan 18, 2023 at 08:51:18AM +0000, 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:\nginx\nginx-1.23.3/conf/nginx.conf:98

In that file,

# HTTPS server

is a comment that should stay a comment.

You should uncomment and adjust the relevant lines that go from

# server {

to the matching

# }

> What do I have to do so that NGINX also accepts HTTPS connections?

Have a "listen" with "ssl", and the correct certificate information.

http://nginx.org/en/docs/http/configuring_https_servers.html

Good luck with it,

f
--
Francis Daly        francis at daoine.org
_______________________________________________
nginx mailing list
nginx at nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
Berufsförderungswerk Berlin-Brandenburg e. V.
Epiphanienweg 1, 14059 Berlin
Telefon: +49 30 30399 0
<tel:+49%2030%20303990>info at bfw-berlin-brandenburg.de<mailto:info at bfw-berlin-brandenburg.de>
www.bfw-berlin-brandenburg.de
Amtsgericht Charlottenburg
VR 3642 Nz, Steuer-Nr. 27/661/55590
Vorstandsvorsitzender: Stefan Moschko
Geschäftsführung: Thomas Kastner, Andreas Braatz


More information about the nginx mailing list