Re: RE: [IE] Re: Has anyone implemented Nginx as a reverse proxy with Microsoft Sharepoint?

2018-01-19 Thread Payam Chychi
On Fri, Jan 19, 2018 at 9:30 PM blason wrote: > Hi there, > > I guess it was not an issue with NTLM where I am successfully able to > authenticate with sharepoint the front page loads successfully while > sub-site pages does not load up and I am not able to figure

Re: RE: [IE] Re: Has anyone implemented Nginx as a reverse proxy with Microsoft Sharepoint?

2018-01-19 Thread blason
Hi there, I guess it was not an issue with NTLM where I am successfully able to authenticate with sharepoint the front page loads successfully while sub-site pages does not load up and I am not able to figure out the issue. Will soon share the config and logs I would really appreciate if help

what is allowed within an evil "if", and multiple proxy failovers

2018-01-19 Thread jonathan vanasco
we have a shared macro/include used for letsencrypt verification, which proxies requests to the `./well-known` directory onto an upstream provider. the macro uses an old flag/semaphore based technique to toggle if the route is enabled or not, so we can disable it when not needed. it works

Re: [IE] Re: Has anyone implemented Nginx as a reverse proxy with Microsoft Sharepoint?

2018-01-19 Thread Payam Chychi
On Fri, Jan 19, 2018 at 7:14 AM Jason Whittington < jason.whitting...@equifax.com> wrote: > I haven’t done it for sharepoint but I have done it for TFS. If I had to > guess you are probably being bitten by NTLM. > > NTLM authentication authenticates connections instead of requests, and > this is

RE: [IE] Re: Has anyone implemented Nginx as a reverse proxy with Microsoft Sharepoint?

2018-01-19 Thread Jason Whittington
I haven’t done it for sharepoint but I have done it for TFS. If I had to guess you are probably being bitten by NTLM. NTLM authentication authenticates connections instead of requests, and this is somewhat contradicts HTTP protocol, which is expected to be stateless. As a result it doesn't

Fixed upstream->read timer when downstream->write not ready

2018-01-19 Thread xiaolong hong
# HG changeset patch # User Xiaolong Hong # Date 1516354115 -28800 # Fri Jan 19 17:28:35 2018 +0800 # Node ID f017b8c1a99433cc3321475968556aee50609145 # Parent 93abb5a855d6534f0356882f45be49f8c6a95a8b Fixed upstream->read timer when downstream->write not ready.