Welcome! Log In Create A New Profile

Advanced

Re: Reverse proxy problem with an application

B.R. via nginx
March 08, 2017 08:04AM
This clearly looks like an application problem and not a nginx-related one.
nginx does not remove cookies nor, as the configuration snippet you shared
suggest, handles authentication.

If you use DNS, make sure all requests are served by the instance of nginx
you quote, including redirects which might happen on login (have a look at
access logs).
You can also investigate the content of cookies received either from
downstream or upstream if you think it is related to your problem.

If you got a question on the nginx configuration this ML is here to help.
Otherwise, you'll need to rereoute your question where appropriate.
---
*B. R.*

On Mon, Mar 6, 2017 at 10:35 PM, Mik J via nginx <nginx@nginx.org> wrote:

> Hello,
>
> I have run an application behind a nginx reverse proxy and I can't make it
> to work
>
> a) if I access this application using https://1.1.1.1:443
> https://1.1.1.1/ it works (certificate warning)
> b) if I access this application using https://myapp.mydomain.org, I get
> access to the login page
> location ^~ / {
> proxy_pass https://1.1.1.1:443;
> proxy_redirect off;
> proxy_set_header Host $http_host;
> proxy_set_header X-Real-IP $remote_addr;
> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
> proxy_hide_header X-Frame-Options;
> proxy_hide_header X-Content-Security-Policy;
> proxy_hide_header X-Content-Type-Options;
> proxy_hide_header X-WebKit-CSP;
> proxy_hide_header content-security-policy;
> proxy_hide_header x-xss-protection;
> proxy_set_header X-NginX-Proxy true;
> proxy_ssl_session_reuse off;
> }
> c) I log in in the page and after some time (2/3 seconds) the application
> logs me out
>
> When I log in directly case a) I notice that I have (firebug)
> CookieSaveStateCookie=root; APPSESSIONID=070ABC6AE433D2CAEDCFFB1E43074416;
> testcookieenabled
>
> Whereas when I log in in case c) I have
> APPSESSIONID=070ABC6AE433D2CAEDCFFB1E43074416; testcookieenabled
>
>
> So I feel there's a problem with the session or something like that.
> PS: There is only one backend server and I can't run plain http (disable
> https)
>
> Does anyone has an idea ?
>
>
>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Reverse proxy problem with an application

Mik J via nginx March 06, 2017 04:36PM

Re: Reverse proxy problem with an application

B.R. via nginx March 08, 2017 08:04AM

Re: Reverse proxy problem with an application

Mik J via nginx March 08, 2017 09:08AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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