Hello!
On Fri, Oct 17, 2014 at 08:24:18AM -0400, timbo wrote:
> Hello all,
>
> Nginx is the reverse proxy+ MS Remote Desktop Gateway using SSL, the first
> authentication is working, the problem is when I try to open a program in
> this environment for example wordpad.exe of session host RD, it ask for
> user and password (I use the same credentials used to connect in RD
> Gateway), when the credentials are filled up again, I get the message user
> or password are wrong.
Make sure that Basic authentication is used, not NTLM aka
Integrated Windows Authentication. The latter has problem with
proxy servers due to it's connection-oriented design, and will not
work though nginx.
http://en.wikipedia.org/wiki/Integrated_Windows_Authentication
--
Maxim Dounin
http://nginx.org/
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx