Francis Daly wrote on 9/4/2023 1:05 AM:
                 proxy_passhttp://127.0.0.1:5443;
You probably have a space after proxy_pass in your actual config; but
you probably should also have "https://"; not "http://"; there as well,
since your upstream service is listening for https connections.

Thank you! It works.

Yes, there is a space in there. The formatting must have gotten messed up in the message you received.
_______________________________________________
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to