Re: failure to limit access to a secure area with self-signed client SSL cert fingerprint match

2023-03-22 Thread PGNet Dev
Do you have the certificate that has that value as the Subject? What is that certificate's Issuer? And repeat until you get to the root certificate. And which of the ssl*certificate files named in your config holds those certificates? i verified all my certs/chains. all good. with my orig con

Re: How to compile Nginx with zlib-ng

2023-03-22 Thread Sergey A. Osokin
Hi Lance, thanks for your question. Since this is more or less related to nginx development or new features I'd suggest to use nginx-devel mailing list instead, thank you. On Tue, Mar 21, 2023 at 04:06:00PM -0500, Lance Dockins wrote: > > Has anyone had success compiling Nginx with zlib-ng inste

Re: How to compile Nginx with zlib-ng

2023-03-22 Thread Richard Stanway via nginx
I regularly build with zlib-ng, unfortunately it requires patching the zlib-ng files to enable zlib compatibility mode as nginx doesn't seem to have a way to pass options to configure. Edit "configure" in the zlib-ng directory and change the line compat=0 to compat=1. Then specify --with-zlib=/pat

Re: How to compile Nginx with zlib-ng

2023-03-22 Thread Lance Dockins
Thank you, Richard.  I’ll give that a shot.   I already have to do that sort of patching with a variety of other things in the build that I use so that particular adjustment isn’t too bad. Just for clarity, are you saying that the hash sizes within zlib-ng have increased since Maxim’s last patc