ipV6 failing first time, working everytime subsequently

2022-01-05 Thread chakras
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

Re: django app static files on the different server not get loaded

2022-01-05 Thread ningja
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/

Re: django app static files on the different server not get loaded

2022-01-05 Thread Francis Daly
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

RE: OCSP, client certificate verification with chained CA

2022-01-05 Thread Marti, Ueli (Marin)
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

Re: OCSP, client certificate verification with chained CA

2022-01-05 Thread Maxim Dounin
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