Ryan Malayter
April 09, 2010 05:58PM
On Thu, Apr 8, 2010 at 2:35 PM, flapjack <nginx-forum@nginx.us> wrote:
> I config a reverse proxy to Windows IIS 6.0 (windows auth), visit windows server url is ok.
>
> Visit nginx proxy to this site tips my input pwd & username, repeat this tips input over, repeat, repeat, repeat, repeat.

It won't work at least until nginx supports backend keep-alive and
connection affinity with the front end. Right now nginx opens and
closes a connection to the back end with each request (like many
caches do). Microsoft NTLM authentication over HTTP requires that
everything happens over a single HTTP connection (in violation of many
HTTP RFCs).
See:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/523ae943-5e6a-4200-9103-9808baa00157.mspx?mfr=true

Try using digest authentication on the IIS side instead of NTLM
authentication if your infrastructure supports it. It is equally
secure, and you can use the same username and password. If you're
already using SSL, basic authentication is fine too. Both of these
options will prompt for a username and password, but you can still use
the windows username and password.

--
RPM

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

How to Windows auth working on nginx reverse proxy ???

flapjack April 08, 2010 03:35PM

Re: How to Windows auth working on nginx reverse proxy ???

Ryan Malayter April 09, 2010 05:58PM

Re: How to Windows auth working on nginx reverse proxy ???

cn_nginxer January 09, 2012 03:00AM

Re: How to Windows auth working on nginx reverse proxy ???

Maxim Dounin January 09, 2012 09:08AM

Re: How to Windows auth working on nginx reverse proxy ???

cn_nginxer January 09, 2012 10:27AM

Re: How to Windows auth working on nginx reverse proxy ???

cn_nginxer January 09, 2012 09:23PM

Re: How to Windows auth working on nginx reverse proxy ???

blindlf February 03, 2012 09:24AM

Re: How to Windows auth working on nginx reverse proxy ???

cn_nginxer February 03, 2012 10:15AM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 16, 2016 03:37AM

Re: How to Windows auth working on nginx reverse proxy ???

itpp2012 February 16, 2016 03:47AM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 16, 2016 05:04AM

Re: How to Windows auth working on nginx reverse proxy ???

hheiko February 16, 2016 07:18AM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 16, 2016 11:59AM

Re: How to Windows auth working on nginx reverse proxy ???

Maxim Dounin February 16, 2016 12:16PM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 17, 2016 05:34AM

Re: How to Windows auth working on nginx reverse proxy ???

Maxim Dounin February 17, 2016 02:30PM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 18, 2016 05:20AM

Re: How to Windows auth working on nginx reverse proxy ???

Maxim Dounin February 18, 2016 10:26AM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 18, 2016 11:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 164
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready