Hello,
I am using nginx on a VPS to proxy requests to a GCP server. When working
with IPv4, everything works as desired. However, if we enable IPv6 on client
machine, we see that the first call (/auth) fails with 401, and all
subsequent calls are successful. We cannot see the first call on GCP. I
Thank you. Francis. I did just as you said. location /static_app2/ {
proxy_pass https://test2.com:444; }
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,293219,293265#msg-293265
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/
On Mon, Jan 03, 2022 at 05:58:32PM -0500, ningja wrote:
Hi there,
> After I modified my app2 and put all my static files to static_app2 and with
> Francis' suggestion location = /static_app2/img/logo-2.jpg { proxy_pass
> https://test2.com:444; } . I was able to solve my problem.
Good stuff; than
Ok, good point thanks.
However, it seems nginx accepts only one ssl_ocsp_responder instance. Or is
there a syntax to specify multiple instances ?
So this would need to be solved on the responder side which would need to be
able to handle multiple CAs. Openssl ocsp doesn't seem to support that.
A
Hello!
On Tue, Jan 04, 2022 at 11:10:33AM +, Marti, Ueli (Marin) wrote:
> Hi,
> i am trying to setup nginx for OCSP client certificate verification and have
> troubles getting it to work with chained CA's.
> My setup is as follows, all referenced files are in the attached archive.
> - RootCa