Ticket #1573 (new defect)

Opened 5 months ago

lighttpd mod proxy in front of IIS with Integrated Windows Authentication

Reported by: alxtoth _a_t_ users . sourceforge.net Assigned to: jan
Priority: normal Milestone: 1.5.0
Component: mod_proxy Version: 1.4.18
Severity: normal Keywords:
Cc: Blocking:
Need Feedback: 0

Description

Hi,

I'm trying to set up Lighy as load balancer in front of 2 IIS webservers. It works fine for anonymous acces, but it fails with "Windows Integrated Authentication". Problem is that it browser asks for username + password, but they don't work.

I'm running the precompiled Windows vers 1.4.18.1. Tried to manually add some headers, but it doesn't help.

Any advice ?

proxy.balance = "hash" proxy.debug = 1 proxy.server = ( "" => ( ( "host" => "192.168.2.1", "port" => 81) ,

( "host" => "192.168.2.2", "port" => 81) ) )

setenv.add-request-header = (

#"WWW-Authenticate" => "Negotiate" "WWW-Authenticate" => "NTLM"

)

setenv.add-response-header = (

#"WWW-Authenticate" => "Negotiate" "WWW-Authenticate" => "NTLM"

)

-Alex

Attachments


Add/Change #1573 (lighttpd mod proxy in front of IIS with Integrated Windows Authentication)




Change Properties