Forum Discussion
NTLM Authentication
Hi,
I have an iRule to send auth traffic to an IIS server. NTLM. If the traffic is sent without encription no problem, otherwise I get a RST after the first 401. Can any one help me?
Here's the iRule I use (no encription between F5 and IIS)
when HTTP_REQUEST {
NTLM::disable
SSL::disable serverside
set enc "0"
SSL::profile PCSSL_serverside_encription
if {$enc equals "1"} {
SSL::enable serverside
} else {SSL::disable serverside
}
}
1 Reply
- Leslie_HubertusRet. Employee
Hi cjfsoares - while I hope someone from the community can give you a quick answer, I've asked colleagues if they can come take a look at your issue and offer their help. Fingers crossed for speedy resolution!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com