Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

PBIRS behind nginx

I need to place PBIRS behind nginx for policy reasons, and I seem to be getting 401/400s. I followed the directions for putting it behind an NLB (the only concrete step I took was to create the BackC...
  • Anonymous's avatar
    Anonymous
    6 years ago

    The issue was that nginx (the free version) cannot forward NTLM authentication (technically this is because NTLM authentication happens for a session, not for a request).

     

    We ended up having to use IIS with custom scripts to do what we wanted to do

     

    Sorry I could not be of more help