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