Re: proxy module handling early responses

2020-07-10 Thread Frank Liu
Hi, If you read the same RFC, section 6.5, right before the section you mentioned, you can see: A client sending a message body SHOULD monitor the network connection for an error response while it is transmitting the request. If the client sees a response that indicates the server does

Re: Force SSL redirection to target service host for all protocols

2020-07-10 Thread siva.pannier
Hi.. > An you want your clients to talk to nginx without encryption, and for > nginx to talk to upstream with encryption. Yup this is what I am trying to achieve. Started testing on these scenarios. Will you keep you all posted on the results. Posted at Nginx Forum: https://forum.nginx.org/rea

Re: Nginx not retrying failed UDP message

2020-07-10 Thread Vladimir Homutov
On Thu, Jul 09, 2020 at 02:42:52PM -0400, harsh wrote: > Hi, > > We are using NGINX as Load Balancer for load balancing RADIUS UDP traffic. > > It seems NGINX is not retrying to send messages to another upstream server > if one of the upstream servers is down. > > We are using NGINX 1.16.1. But the

Re: SSL over UDP - Nginx as reverse proxy

2020-07-10 Thread siva.pannier
Thanks Francis.. I tried that DTLS patch on the version 1.15. It worked. It supported both the SSL & UDP directive on the same stream. I could do the SSL termination on Nginx with the Bouncy Castle Java API.. They should add it in the latest versions of Nginx as well. Posted at Nginx Forum: h