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 out the issue. > > Will soon sha

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 can

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 great.

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 gen