Re: A fatal 301 redirect...

2018-09-17 Thread Pierre Couderc
On 09/18/2018 02:55 AM, Maxim Dounin wrote: Hello! On Tue, Sep 18, 2018 at 12:10:22AM +0200, Pierre Couderc wrote: I did use wrongly a 301 redirect I have corrected now, but the redirect remains. I In no particular order: - There are no log lines in the access log coresponding to the

Re: WWW-Authenticate in 200 OK response

2018-09-17 Thread Maxim Dounin
Hello! On Mon, Sep 17, 2018 at 09:18:51PM +, Nica, George via nginx wrote: > Thank you Maxim. > We are using Kerberos, on Linux. And per-request authentication, we are not > trying to use session-level authentication. > Would the ntlm module help here? The problem is with "WWW-Authenticate:

Re: A fatal 301 redirect...

2018-09-17 Thread Maxim Dounin
Hello! On Tue, Sep 18, 2018 at 12:10:22AM +0200, Pierre Couderc wrote: > I did use wrongly a 301 redirect > > I have corrected now, but the redirect remains. > > I use wget : > > nous@pcouderc:~$ wget https://www.ppp.fr > --2018-09-17 23:52:44--  https://www.ppp.fr/ > Resolving www.ppp.fr

Re: A fatal 301 redirect...

2018-09-17 Thread Jeff Dyke
I think this problem is better solved allowing 80 to be open and a separate server block. Since i terminate from haproxy, from memory something like this, in the same vhost file. Obviously you can listen here on H/2 if you want to as well. server { listen 80 default_server; server_name test

A fatal 301 redirect...

2018-09-17 Thread Pierre Couderc
I did use wrongly a 301 redirect I have corrected now, but the redirect remains. I use wget : nous@pcouderc:~$ wget https://www.ppp.fr --2018-09-17 23:52:44--  https://www.ppp.fr/ Resolving www.ppp.fr (www.ppp.fr)... 2a01:e34:eeaf:c5f0::fee6:854e, 78.234.252.95 Connecting to www.ppp.fr (w

RE: WWW-Authenticate in 200 OK response

2018-09-17 Thread Nica, George via nginx
Thank you Maxim. We are using Kerberos, on Linux. And per-request authentication, we are not trying to use session-level authentication. Would the ntlm module help here? We are already using spnego-http-auth-nginx-module to help with SPNego/GSSAPI. So our issue/incompatibility seems to be between

How to use dynamic IP in resolver directive when NGINX installed on Multi Nodes Openshift cluster

2018-09-17 Thread Marwan Bayadsi
Hi, We're from Amdocs and trying to install NGINX reverse proxy server on openshift cluster (6 nodes), and as part of its configuration, we must specify the DNS IP to directive - 'resolver' (because proxy_pass has some parameters). Nginx.conf: Location ~ { resolver DNS_IP