ssl_stapling_verify: do we need 'ssl_trusted_certificate' if the intermediate certs are present in ssl_certificate?

2021-09-28 Thread Jeffrey 'jf' Lim
http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling has a note about not needing 'ssl_trusted_certificate' if ssl_certificate has intermediate certificates. I do not see a similar note for ssl_stapling_verify (http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_verif

Reverse Proxy - API call errors with Sign in failed because the number of sessions has reached the licensed limit

2021-09-28 Thread grrusaps
We have Laserfiche (document management system) installed on a Windows server with IIS. We have another system that makes calls to our Docusign subscription and triggers a pull of the signed documents into the Laserfiche repository when new docs are available with an authenticated API call. Addi

nginx authentication and authorization

2021-09-28 Thread Keith Brown
I have two modules: spnego-http-auth-nginx-module and nginx-auth-ldap working perfectly. However, I am just not sure how to make them work together. I have an endpoint I have an end point /login which gives me the remote_user because I am using auth_gss. How can I use that information to check i

Re: upstream timed out (110: Connection timed out) while reading response header from upstream.

2021-09-28 Thread Hukato
Were you able to figure out this? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,289511,292479#msg-292479 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How nginx's "location if" works (Was Re: Setting cache parameters via if directives)

2021-09-28 Thread seekvn
Hello Help me convert this .htaccess content RewriteEngine On RewriteCond %{HTTP_REFERER} !domain1\.com [NC] RewriteCond %{HTTP_REFERER} !domain2\.com [NC] RewriteCond %{HTTP_REFERER} !domain3\.com [NC] RewriteRule \.rar$ - [F,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ http://domai