Welcome! Log In Create A New Profile

Advanced

NTLM

Otto Kucera
January 10, 2018 06:40AM
Hi all,



I am testing ntlm for a reverse proxy secanrio.



Info:

http://nginx.org/en/docs/http/ngx_http_upstream_module.html#ntlm <http://nginx.org/en/docs/http/ngx_http_upstream_module.html#ntlm>



this is my config:


upstream http_backend {
server 127.0.0.1:8080;

ntlm;
}

server {
           listen 443;
      ...

location /http/ {
proxy_pass http://http_backend; http://http_backend;
proxy_http_version 1.1;
proxy_set_header Connection "";
...
}
}

I always get this error:

nginx: [emerg] unknown directive "ntlm" in /etc/nginx/conf.d/test.conf:4



This is my version:

nginx version: nginx/1.12.2



What do I make wrong? Since version 1.9.2 this option should be possible.



Thanks,

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

NTLM

Otto Kucera January 10, 2018 06:40AM

Re: NTLM

Lucas Rolff January 10, 2018 06:42AM

Re: NTLM

Maxim Konovalov January 10, 2018 06:42AM

RE: NTLM

Otto Kucera January 10, 2018 06:48AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 245
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