Forum Discussion
Anonymous
6 years agoNot applicable
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...
- Anonymous6 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
g-decenci01
6 years agoNew Member
Hello Soandos,
Were you able to make Report Server work with nginx?
I need to do the same thing and for me only the authentication screen appears after that the error 400 appears.
- Anonymous6 years agoNot applicable
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