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

2016-02-18 Thread cehes
Thank you very much for all of that. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,72871,264598#msg-264598 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

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

2016-02-18 Thread cehes
Ok, thanks for this reply. Where can i find the right version for that ? (the commercial one) I went on www.nginx.com and saw "nginx plus" is that what you're talking about ? I went on compare version but did not see NTML support. Will it be easy to upgrade from free version to the right one ? D

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

2016-02-17 Thread cehes
Hi Maxim an thanks for this reply. I read your link and i can see that you added the keyword ntlm. You mean that i won't have that in the free version and that i have to purchase a commercial version, that's the only way, correct ? I did not even know there were a commercial version :) Posted at

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

2016-02-16 Thread cehes
Hi hheiko, thanks for this update. i'm trying to access exchange using Outlook anywhere. Normaly, i would do a "proxy_pass https://ip-of-my-exchange-server"; Here, if i understand well, i only have to replace "server 1.1.1.1:80" in the sample i gave with "server ip-of-my-exchange-server:443" an

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

2016-02-16 Thread cehes
Thanks for this quick reply... This seems quite hard to implement for someone like me not used with that. :) I'll try if the way described in my previous post do not work thanks again ! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,72871,264552#msg-264552 __

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

2016-02-16 Thread cehes
Hi, we are now 4 years later, is there a solution now ? I read things like : upstream http_backend { server 1.1.1.1:80; keepalive 16; } server { ... location / { proxy_pass http://http_backend/; proxy_http_version 1.1; proxy