Re: Advise for NTLM-Auth

2016-04-18 Thread Payam Chychi
On Apr 18, 2016, 6:25 PM -0700, Maxim Dounin, wrote: > Hello! > > On Mon, Apr 18, 2016 at 02:28:19PM -0700, Payam Chychi wrote: > > > > Maxim Dounin: > > > > > > > Just a side note: NTLM auth is broken by design and violates HTTP > > > > basic rules. Avoid using it if you can. > > > > > > to

Re: Advise for NTLM-Auth

2016-04-18 Thread Maxim Dounin
Hello! On Mon, Apr 18, 2016 at 02:28:19PM -0700, Payam Chychi wrote: > >Maxim Dounin: > > > >>Just a side note: NTLM auth is broken by design and violates HTTP > >>basic rules. Avoid using it if you can. > > > >to be clear: I don't care if it's named NTLM or ugly_voodoo > > > >The goal is a ngin

Re: (52) Empty reply from server

2016-04-18 Thread Francis Daly
On Mon, Apr 18, 2016 at 04:25:24PM +0530, Pankaj Chaudhary wrote: Hi there, > not able to read header value after setting... > > any help most welcome You have your nginx "hello world" module, yes? You can show your config and your "curl -i" request and response with your module's output, yes?

Re: Redirection problem again in new rules.

2016-04-18 Thread Francis Daly
On Mon, Apr 18, 2016 at 06:37:59PM +0500, Muhammad Yousuf Khan wrote: Hi there, > Thanks alot Francis Daly :). the try_file option worked for me and location > tip also worked but try_file seems more better approach. I'm glad you got it working for you. > Btw, can you please explain this paragr

Re: Advise for NTLM-Auth

2016-04-18 Thread Payam Chychi
Maxim Dounin: Just a side note: NTLM auth is broken by design and violates HTTP basic rules. Avoid using it if you can. to be clear: I don't care if it's named NTLM or ugly_voodoo The goal is a nginx accesses by a IE/edge browser. Users should not be bothered with authentication as they

Re: Advise for NTLM-Auth

2016-04-18 Thread A. Schulze
Maxim Dounin: Just a side note: NTLM auth is broken by design and violates HTTP basic rules. Avoid using it if you can. to be clear: I don't care if it's named NTLM or ugly_voodoo The goal is a nginx accesses by a IE/edge browser. Users should not be bothered with authentication as they

Re: Advise for NTLM-Auth

2016-04-18 Thread Maxim Dounin
Hello! On Mon, Apr 18, 2016 at 09:21:53PM +0200, A. Schulze wrote: > Hello, > > currently we run web applications on nginx accessible from MS clients part > of a Windows Domain. > the users are requested to authenticate via Basic-Auth (via HTTPS) which > nginx validate against the > domain activ

Advise for NTLM-Auth

2016-04-18 Thread A. Schulze
Hello, currently we run web applications on nginx accessible from MS clients part of a Windows Domain. the users are requested to authenticate via Basic-Auth (via HTTPS) which nginx validate against the domain activ directory using https://github.com/kvspb/nginx-auth-ldap But I think the M

Re: nginx returns 503 when it gets 403 from haproxy

2016-04-18 Thread CJ Ess
Ok, I figured it out. Seems that several years ago someone at my day job did a custom errorfile in haproxy which returns a 503 error whenever haproxy intends to return a 403 error. It was forgotten and went unnoticed until now. Now we have to figure out if its a cut and paste error or if there was

Re: Redirection problem again in new rules.

2016-04-18 Thread Muhammad Yousuf Khan
Thanks alot Francis Daly :). the try_file option worked for me and location tip also worked but try_file seems more better approach. Btw, can you please explain this paragraph. actually i am really sorry for this newbie type question. actually i have been working as ssytem admin for last 5 years.

Re: (52) Empty reply from server

2016-04-18 Thread Pankaj Chaudhary
not able to read header value after setting... any help most welcome On Fri, Apr 15, 2016 at 1:17 PM, Pankaj Chaudhary wrote: > Hi Francis, > > thank you! > > i have checked Emillers guide but i am not able to use the same for my > problem. > > I have my product in c and currently running on A