Re: Request Compression

2016-08-28 Thread Max Clements
When you say "request compression" I guess you referring to entity compression (for example in Post Requests). Nginx ngx_http_gzip_module does NOT support request entity decompression - but you can do this in LUA. An example on how to do this is here: http://www.pataliebre.net/howto-make-nginx-dec

Re: Advise for NTLM-Auth

2016-04-19 Thread Max Clements
n how to configure Apache, the first parts on configuring kerberos and NTP are relevant, as well as how to make a keytab file. --Max On Tue, Apr 19, 2016 at 12:29 PM, A. Schulze wrote: > > Max Clements: > >> Depending on the versions of Windows and what you are trying to do, it &

Re: Advise for NTLM-Auth

2016-04-19 Thread Max Clements
Depending on the versions of Windows and what you are trying to do, it may be possible to use Kerberos via Nginx, rather than NTLM. It requires some foo setting up Service Principal Names, but does work properly via an HTTP proxy, and provides passthrough auth, which seems to be what the desire he