Welcome! Log In Create A New Profile

Advanced

http digest + proxy doesn't work on /something?x=3?

Jacek Wielemborek
September 28, 2015 10:26AM
List,

It took me a while to actually find this mailing list; I have a question
regarding HTTP digest nginx module in combination with proxy_pass. I
tried the attached configuration file in combination with nginx-1.6.3
and kept getting asked for password infinitely when I try to accept any
resource other than /. How can this problem be solved?

I asked the same question on serverfault.com once:
http://serverfault.com/q/717235/143824

Thanks,
d33tah
worker_processes 1;

events {
worker_connections 1024;
}

daemon off;


http {

error_log stderr debug;

keepalive_timeout 65;

gzip on;

server {
auth_digest_user_file digest;
listen 9996;
server_name some.domain.net;
auth_digest 'Realm';
location / {
proxy_pass http://127.0.0.1:8000;
}
}

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

http digest + proxy doesn't work on /something?x=3?

Jacek Wielemborek September 28, 2015 10:26AM

Re: http digest + proxy doesn't work on /something?x=3?

Francis Daly September 29, 2015 04:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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