Re: Issue with HAProxy as a forward proxy

2018-11-08 Thread Willy Tarreau
Hello Vijay, I'm having several comments below : On Thu, Nov 08, 2018 at 08:21:37AM +0530, Vijay Bais wrote: > Hello Aleksandar, > > I tried running haproxy as root, but it still failed with same logs. > > Btw, here's the global section used, > > > global > log 127.0.0.1 local2 >

Re: Issue with HAProxy as a forward proxy

2018-11-08 Thread Vijay Bais
Thanks a lot, Willy! Seems the issue was with preference of resolvers itself. After configuring it to prefer IPv4 as stated by you; it starting working like a charm. Ref: https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#5.2-resolve-prefer Thanks again for your help. On Thu, Nov

Re: [PATCH] DOC: fix various typos in the CHANGELOG

2018-11-08 Thread Pavlos Parissis
On 8/11/18 5:48 π.μ., Willy Tarreau wrote: > Hi Joseph, > > On Wed, Nov 07, 2018 at 06:03:14PM -0800, Joseph Herlant wrote: >> Hi, >> >> Please find attached a patch to cleanup typos in the changelog. >> I'm not sure where you stand on cleaning up typos in changelogs, >> some people totally

Re: PUT/POST request bodies sometimes are not proxied in version 1.8

2018-11-08 Thread Willy Tarreau
On Thu, Nov 08, 2018 at 11:26:28AM -0600, Àbéjídé Àyodélé wrote: > I believe this is similar to our experience with: > > https://www.mail-archive.com/haproxy@formilux.org/msg31645.html not sure if you're seeing 503, I think Nick is seeing 504 instead. Willy

Re: PUT/POST request bodies sometimes are not proxied in version 1.8

2018-11-08 Thread Willy Tarreau
On Thu, Nov 08, 2018 at 11:26:25AM -0500, Nick Vatamaniuc wrote: > Hello, > > I'd like to report an issue where sometimes PUT/POST request bodies do not > get proxied. Headers are sent then the backend server waits to receive the > body. It never arrives and after 5 minutes the socket times out.

PUT/POST request bodies sometimes are not proxied in version 1.8

2018-11-08 Thread Nick Vatamaniuc
Hello, I'd like to report an issue where sometimes PUT/POST request bodies do not get proxied. Headers are sent then the backend server waits to receive the body. It never arrives and after 5 minutes the socket times out. This happens in all the 1.8 releases up until 1.8.14 but it doesn't happen

Re: PUT/POST request bodies sometimes are not proxied in version 1.8

2018-11-08 Thread Àbéjídé Àyodélé
I believe this is similar to our experience with: https://www.mail-archive.com/haproxy@formilux.org/msg31645.html Abejide Ayodele It always seems impossible until it's done. --Nelson Mandela On Thu, Nov 8, 2018 at 10:27 AM Nick Vatamaniuc wrote: > > Hello, > > I'd like to report an issue where