Re: Nginx as a forward proxy

2020-10-29 Thread Francis Daly
On Fri, Oct 30, 2020 at 12:05:13AM +0530, shankar.bor...@workapps.com wrote: Hi there, > I have requirement where from nginx, outbound request need to go to internet > https proxy and then to some other service in AWS. Request flow is as follow > > Browser --> WAF--> Nginx-->corporate https pro

Re: Query on nginx. conf file regarding redirection.

2020-10-29 Thread Francis Daly
On Thu, Oct 29, 2020 at 11:42:11PM +0530, Kaushal Shriyan wrote: Hi there, > When I hit this URL http://219.11.134.114/test/_plugin/kibana/app/kibana on > the browser it does not get redirected to > https://vpc-lab-test-search-7hyay88a9kjuisl.eu-north-1.es.amazonaws.com/; What does the nginx acc

Session ticket renewal regarding RFC 5077 TLS session resumption

2020-10-29 Thread Robert Naundorf
Hello, I have a question on TLS session resumption with client-side session tickets and its implementation in nginx. RFC 5077, section 3.3, paragraph 2 reads: If the server successfully verifies the client's ticket, then it MAY renew the ticket by including a NewSessionTicket handshake message af

Re: upstream SSL certificate does not match "x.x.x.x"

2020-10-29 Thread bouvierh
I worked! Thank you so much! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,289813,289843#msg-289843 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx as a forward proxy

2020-10-29 Thread shankar.borate
Dear Sir, I am using nginx as a reverse proxy. All my requests goes to nginx and then go to application server. This works well. I have requirement where from nginx, outbound request need to go to internet https proxy and then to some other service in AWS. Request flow is as follow Br

Query on nginx. conf file regarding redirection.

2020-10-29 Thread Kaushal Shriyan
Hi, I have a specific query regarding the below /etc/nginx/nginx.conf file. When I hit this URL http://219.11.134.114/test/_plugin/kibana/app/kibana on the browser it does not get redirected to https://vpc-lab-test-search-7hyay88a9kjuisl.eu-north-1.es.amazonaws.com/; # TEST server { lis

Transient, Load Related Slow response_time / upstream_response_time vs App Server Reported Times

2020-10-29 Thread Jordan von Kluck
Hello - I am hoping someone on the community list can help steer me in the right direction for troubleshooting the following scenario: I am running a cluster of 4 virtualized nginx open source 1.16.0 servers with 4 vCPU cores and 4 GB of RAM each. They serve HTTP (REST API) requests to a pool of

Re: Nginx logging phase

2020-10-29 Thread Maxim Dounin
Hello! On Thu, Oct 29, 2020 at 06:23:59PM +0530, Vikas Kumar wrote: > Do you have a recommendation on what handlers are suitable for my use case? In nginx itself, proper approach to count in-flight request would be: 1. Increment the counter only if no module's cleanup handler is installed

Re: Nginx logging phase

2020-10-29 Thread Vikas Kumar
Do you have a recommendation on what handlers are suitable for my use case? Thanks. On Wed, Oct 28, 2020 at 6:59 PM Maxim Dounin wrote: > Hello! > > On Wed, Oct 28, 2020 at 02:14:40PM +0530, Vikas Kumar wrote: > > > I'm writing an Nginx plugin (using Openresty Lua) which increments a > > counte

Re: Nginx proxy_bind failing

2020-10-29 Thread garyc...@yahoo.com
All: I discovered a single SYN packet being sent from 192.168.0.2:12345 (nginx worker) when initiating traffic. Nothing more. # netstat -anp|grep 12345 tcp0 1 192.168.0.2:12345 172.64.163.36:443 SYN_SENT 14176/nginx: worker For whatever reason, that packet isn't show

Nginx proxy_bind failing

2020-10-29 Thread garyc...@yahoo.com
X All: I'm attempting to configure nginx to reverse proxy requests from (192.168.0.2:12345) the same Internal Host Address that it's listening from (192.168.0.2:443) on separate ports using the listen and proxy_bind directives. # /opt/sbin/nginx -v nginx version: nginx/1.19.2 (x86_64-pc-linux-gn