NTLM sharepoint when use nginx reverse proxy

2018-02-23 Thread sonpg
Hi everyone, I have issue with authentication when use nginx reverse proxy. it always require input user/pass my config file: # upstream test.com { server test.com; keepalive 16; } server { listen 80; server_name test.com; location / {

Re: NTLM sharepoint when use nginx reverse proxy

2018-02-23 Thread sonpg
myserver requires NTLM authentication. I access myserver through nginx proxy and provide correct auth info,but the browser prompt auth again. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278737,278738#msg-278738 ___ nginx mailing list ngin

Re: Error: Too many redirect when redirect sharepoint site

2018-02-23 Thread Francis Daly
On Thu, Feb 22, 2018 at 04:26:15AM -0500, sonpg wrote: Hi there, > I have a problem when i redirect sharepoint site, it get error "redirected > you too many times". I tried to clear cookie but not work I suspect that this has been overtaken by a later mail thread, but just in case... > http {

Re: NTLM sharepoint when use nginx reverse proxy

2018-02-23 Thread Francis Daly
On Fri, Feb 23, 2018 at 04:15:31AM -0500, sonpg wrote: Hi there, > myserver requires NTLM authentication. I access myserver through nginx proxy > and provide correct auth info,but the browser prompt auth again. http://nginx.org/r/ntlm nginx does not support NTLM authentication. If you need som

Re: NTLM sharepoint when use nginx reverse proxy

2018-02-23 Thread Payam Chychi
On Fri, Feb 23, 2018 at 4:32 AM Francis Daly wrote: > On Fri, Feb 23, 2018 at 04:15:31AM -0500, sonpg wrote: > > Hi there, > > > myserver requires NTLM authentication. I access myserver through nginx > proxy > > and provide correct auth info,but the browser prompt auth again. > > http://nginx.org

Re: NTLM sharepoint when use nginx reverse proxy

2018-02-23 Thread Jason Whittington
I posted this a few weeks ago – I hope it helps you. I did this with nginx plus, so it may not work if you are using the open-source product. NTLM authentication authenticates connections instead of requests, and this is somewhat contradicts HTTP protocol, which is expected to be stateless. As

Re: Flush access log buffer

2018-02-23 Thread li...@lazygranch.com
On Thu, 22 Feb 2018 18:40:12 -0800 "li...@lazygranch.com" wrote: > When I was using FreeBSD, the access log was real time. Since I went > to Centos, that doesn't seem to be the case. Is there some way to > flush the buffer? > ___ > nginx mailing list >