Welcome! Log In Create A New Profile

Advanced

RE: Help please

All files from this thread

File Name File Size   Posted by Date  
Error Interboro.docx 472.7 KB open | download Johan Gabriel Medina Capois 01/30/2020 Read message
Johan Gabriel Medina Capois
January 29, 2020 02:14PM
The issues is that nginx is not allowing authentication through, any application cant’s authenticate through nginx, is this case the backend is running in IIS, any idea? if you need more information i can send what ever you need, but please a need your help.

Regards

From: nginx <nginx-bounces@nginx.org> On Behalf Of Richard Paul
Sent: Tuesday, January 28, 2020 11:00 AM
To: nginx@nginx.org
Subject: Re: Help please

By the looks of things, if the application is redirecting to /wfc that's not working, your application doesn't seem to accept that as a valid. The Squid cache is returning a miss and so it is hitting the backend and getting a 404 from there it seems. /wfc/ with a trailing slash does work however, so this looks like an issue with the IIS configuration to me. Also, this is a login form, I'd recommend that you get TLS set up on this (Let's Encrypt's certbot is free afterall).


On Tue, 2020-01-28 at 14:11 +0000, Richard Paul wrote:
It doesn't actually redirect to /wfc/ though, or rather your log lines show a 404 at /wfc

Also, your log line says /wfc/logon not /wfc/htmlnavigator/logon

GET /wfc
GET /wfc/logon
GET /wfcstatic/applications/wpk/html/scripts/cookie.js?version=8.1.6.2032


On Tue, 2020-01-28 at 14:03 +0000, Johan Gabriel Medina Capois wrote:

Sure.


The problem is that we have an backend application running in HTML5, when we navigate to
http://kronos.mardom.com/wfc/htmlnavigator/logon

http://kronos.mardom.com/wfc/htmlnavigator/logon


and try to login, it redirect to
http://kronos.mardom.com/wfc/

http://kronos.mardom.com/wfc/


and deploy error message "you have no access" , but when navigate from localhost no problem.


And the nginx log


"GET /wfc HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0"

"GET /wfc/logon HTTP/1.1" 200 7496 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0"

"GET /wfcstatic/applications/wpk/html/scripts/cookie.js?version=8.1.6.2032 HTTP/1.1" 200 2534 "
http://kronos.mardom.com/wfc/logon

http://kronos.mardom.com/wfc/logon


" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0"


Configuration is


server {

listen 80;

server_name kronos.mardom.com;


location / { proxy_pass
http://10.228.20.97

http://10.228.20.97


;

proxy_set_header Host $host;

proxy_set_header X-Real-IP $remote_addr;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_set_header X-Forwarded-Proto $scheme;

}

}


Regards


-----Original Message-----

From: nginx <
<mailto:nginx-bounces@nginx.org>

nginx-bounces@nginx.org<mailto:nginx-bounces@nginx.org>


> On Behalf Of J.R.

Sent: Tuesday, January 28, 2020 9:34 AM

To:
<mailto:nginx@nginx.org>

nginx@nginx.org<mailto:nginx@nginx.org>


Subject: Re: Help please



Can you help us please?


You're going to have to be a *bit* more specific what your problem is...

_______________________________________________

nginx mailing list
<mailto:nginx@nginx.org>

nginx@nginx.org<mailto:nginx@nginx.org>

http://mailman.nginx.org/mailman/listinfo/nginx

http://mailman.nginx.org/mailman/listinfo/nginx


Johan Medina

Administrador de Sistemas e Infraestructura [Logo]


Departamento: TECNOLOGIA

Central Tel: 809-539-600 Ext: 8139

Flota: (809) 974-4954

Directo: 809 974-4954

Email:
<mailto:jmedina@mardom.com>

jmedina@mardom.com<mailto:jmedina@mardom.com>


Web:www.mardom.com<https:://www.mardom.com>


[Facebook icon] <
https://www.facebook.com/maritimadelcaribe

https://www.facebook.com/maritimadelcaribe


> [Instagram icon] <
https://www.instagram.com/maritimadelcaribe

https://www.instagram.com/maritimadelcaribe


> [Linkedin icon] <
https://www.linkedin.com/company/maritima-dominicana-sas/?viewAsMember=true

https://www.linkedin.com/company/maritima-dominicana-sas/?viewAsMember=true


> [Youtube icon]


[Banner]


Sea amable con el medio ambiente: no imprima este correo a menos que sea completamente necesario.

_______________________________________________

nginx mailing list
<mailto:nginx@nginx.org>

nginx@nginx.org<mailto:nginx@nginx.org>

http://mailman.nginx.org/mailman/listinfo/nginx

http://mailman.nginx.org/mailman/listinfo/nginx


_______________________________________________

nginx mailing list
<mailto:nginx@nginx.org>

nginx@nginx.org<mailto:nginx@nginx.org>



http://mailman.nginx.org/mailman/listinfo/nginx

http://mailman.nginx.org/mailman/listinfo/nginx

Johan Medina
Administrador de Sistemas e Infraestructura [Logo]

Departamento: TECNOLOGIA
Central Tel: 809-539-600 Ext: 8139
Flota: (809) 974-4954
Directo: 809 974-4954
Email: jmedina@mardom.com
Web:www.mardom.com<https:://www.mardom.com>

[Facebook icon] https://www.facebook.com/maritimadelcaribe [Instagram icon] https://www.instagram.com/maritimadelcaribe [Linkedin icon] https://www.linkedin.com/company/maritima-dominicana-sas/?viewAsMember=true [Youtube icon]

[Banner]

Sea amable con el medio ambiente: no imprima este correo a menos que sea completamente necesario.
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Help please

Johan Gabriel Medina Capois January 28, 2020 07:34AM

Re: Help please

J.R. January 28, 2020 08:34AM

RE: Help please

Johan Gabriel Medina Capois January 28, 2020 09:04AM

Re: Help please

rick_pri January 28, 2020 09:12AM

Re: Help please

rick_pri January 28, 2020 10:02AM

RE: Help please

Johan Gabriel Medina Capois January 29, 2020 02:14PM

Re: Help please

Francis Daly January 29, 2020 03:12PM

RE: Help please Attachments

Johan Gabriel Medina Capois January 30, 2020 11:48AM

Re: Help please

Francis Daly January 30, 2020 02:22PM



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