Load Balancing NTLM over HTTP with NGINX

2022-11-18 Thread Michael B Allen
e solution for my users. Thanks, Mike -- Michael B Allen Java AD DS Integration http://www.ioplex.com/ ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Load Balancing NTLM over HTTP with NGINX

2022-11-19 Thread Michael B Allen
On Fri, Nov 18, 2022 at 10:30 PM Michael B Allen wrote: > Now I want to load balance NTLM through NGINX. For this I used the > following: > > upstream backend { > ip_hash; > server localhost:8080; > server localhost:8081; > } > > server { > locat

Re: Load Balancing NTLM over HTTP with NGINX

2022-11-19 Thread Michael B Allen
On Sat, Nov 19, 2022 at 4:04 PM Maxim Dounin wrote: > Hello! > > On Fri, Nov 18, 2022 at 10:30:29PM -0500, Michael B Allen wrote: > > > NTLM over HTTP is a 3 request "handshake" that must occur over the same > TCP > > connection. > > My HTTP service i