Help please

Francis Daly francis at daoine.org
Wed Jan 29 20:09:48 UTC 2020


On Wed, Jan 29, 2020 at 07:12:24PM +0000, Johan Gabriel Medina Capois wrote:

Hi there,

> The issues is that nginx is not allowing authentication through, any application cant’s authenticate through nginx, is this case the backend is running in IIS, any idea?  if you need more information i can send what ever you need, but please a need your help.
> 

I suspect that it will become clearer where the problem might be, if
you can show one request that you make that works when you avoid nginx;
and show the same request through nginx and show the corresponding
failure response.

If you can use "curl -v" to send the request, with whatever user/pass
credentials you use obviously marked, then it may help to copy-paste
the request and response.

If you are using http basic authentication on IIS, then it should Just
Work. If you are using ntlm authentication on IIS, then it will not work
through any proxy or reverse proxy (unless it has specific ntlm support).

Good luck with it,

	f
-- 
Francis Daly        francis at daoine.org


More information about the nginx mailing list