'Resource temporarily unavailable'
@fsfs wrote: 82372: 1.466959344 accept4(0x8,0x7fffffffe7a0,0x7fffffffe798,0x20000000) = 14 (0xe) 82372: 1.467039572 setsockopt(14,IPPROTO_TCP,TCP_NODELAY,0x578174,4) = 0 (0x0) 82372: 1.467097580...
View ArticleHAProxy backend logging
@senattcs wrote: Is there a way to log the HTTP headers going to a backend? I’m getting HTTP 400 Bad Request from a backend server and I need to figure what headers we are sending towards a backend....
View ArticleHaproxy, openssl 1.1 and ECDSA certs
@darix wrote: After upgrading my haproxy machine to the beta of openSUSE Leap 15.0 ssl connections did not work anymore. A lot of debugging and testing later, I did a rebuild with openssl 1.0 and it...
View ArticleAuth_request using lua script
@hpb4530 wrote: Hi I am trying to achieve something like ngx_http_auth_request_module. I followed this TimWolla/haproxy-auth-request. It works fine with haproxy 1.8.4. But I am getting following error...
View ArticleWhen using client SSL authentication with multiple CAs how should the CRL be...
@Dougs wrote: A rather odd set of project requirements means I need to implement client SSL authentication using multiple CAs; there will be a mixture of commercial SSL providers and private CAs....
View ArticleHAProxy do not take behavior of roundrobin
@Paul.LKW wrote: Dear all: I just installed haproxy-1.8.4 and configured it as basic roundrobin setup, however I find phpmyadmin could not login as every time I typed login ID and password and click...
View ArticleHaproxy settings priority
@AleksASB wrote: Hello! I have such backend section in my config: backend app-servers mode tcp balance roundrobin stick-table type ip size 900k expire 30m stick on src option tcp-check maxconn 1300...
View ArticleSeamless reloads: don't work with nbthread
@happy wrote: Each reload creates “Connection reset by peer” errors (same as just restart) Tested with 1.8.3, 1.8.4 and with last commit (703408) Posts: 2 Participants: 2 Read full topic
View ArticleI have a HTTPS server and want to redirect the specific request based on the...
@1991priyanshu wrote: frontend http bind *:80 Posts: 1 Participants: 1 Read full topic
View ArticlegRPC + HAProxy and connection reset by peer
@armax wrote: Hi folks, I am looking for suggestions on how to understand an issue we’re observing in our environment where use have a couple of GRPC service replicas (active/backup) fronted by...
View ArticleWill HAProxy support GRPC natively?
@tamal wrote: Nginx just announced support for grpc. https://www.nginx.com/blog/nginx-1-13-10-grpc/ . Envoy has supported grpc for sometime. Will HAProxy support grpc protocol? Is there a proper forum...
View ArticleLogging headers going to a backend system
@senattcs wrote: For some reason, my earlier post got blocked-hence reposting my question. I have a HAProxy running with non-root user and one particular request is failing with HTTP 400 Bad request...
View ArticleHaproxy-configuration-export-from-the-running-process
@iqpkeq wrote: down vote favorite how to export configuration file from the running process Haproxy?(System: Centos7) the situation is that: I edit the file /etc/haproxy/haproxy.cfg,But it’s an wrong...
View ArticleAccount temporarily on hold
@Stefanoel wrote: Hi, it’s been 20 days since I blocked it without knowing what I did, since it was my first post !!! I have not received an answer for 20 days, I can not even see my post, at least I...
View ArticleHA PROXY LOG ALL CUSTOM HEADERS
@bsr wrote: log 127.0.0.1:514 local1 notice log 127.0.0.1:514 local2 frontend myservice bind *:8690 mode http option httplog capture request header MyId len 500 log-format %ci:%cp\ [id=%ID]\ [%t]\ %f\...
View Articlehttp frontend , backend
@bluex wrote: Hi, I need to use haproxy for listening to port 80 and forward the request if it matches the role for that I did this this but I don’t know how I can tell to use the prober back end...
View ArticleReceive client real IP in TCP mode
@prog019 wrote: Hello. Is there any way to receive client’s real IP in TCP mode without Proxy protocol? Posts: 2 Participants: 2 Read full topic
View ArticleRestrict access to some part of the site with certificate
@Senanito wrote: Hi, all I have a task to restrict access to some part of the site with a certificate. I have written something after reading posts of @AaronWest and @lukastribus however, have to...
View ArticleIs HAProxy appropriate as a firewall?
@henryk wrote: Hello, I apologize if I’ve used the wrong category, or if this isn’t the place – I was hoping I could get an answer on the HAProxy site itself from a couple experts. I’ve been thinking...
View ArticleRemove the trailing slash
@chrisp wrote: Hello, We would like to remove the trailing slash from the URLs. E.g. www.example.com/stuff/ redirects to www.example.com/stuff Have tried using reqrep ^(.*?)[/]$ \1 (and variations of...
View Article