Https to https://www
@algar wrote: Hello, On my DNS provider I redirect http to https. It works well. In the server, I use letsencrypt with a certificate over the domain with www and all requests with https and www work...
View ArticleLog only errors not successful connection info
@karthikeyan_official wrote: Hi All, I am new to haproxy, I have a requirement to not to log success messages, as per documentation I have put “option dontlog-normal” in global and tried in specific...
View ArticleHAProxy Download/Upload Rates issue
@makarai wrote: Hey All, firstly i like to say that I am quite new to haproxying and would like to display what i have set up so you guys know what my infrastructure looks like. My overall system...
View ArticleConfig : frontend 'GLOBAL' has no 'bind' directive
@MartinBrauer wrote: I have a problem with my haproxy.cnf When I start haproxy I get this warning: Starting haproxy: [WARNING] 334/150131 (23086) : config : frontend ‘GLOBAL’ has no ‘bind’ directive....
View ArticleProblem with Server-Sent-Events
@cambiguity wrote: Backend-server is sending response every 100ms using ServerSentEvents. If I directly hit the server ip, TTFB (Time to First Byte) is ~10 ms but if I hit server using HAProxy, TTFB...
View ArticleHttp to https 1.5.19
@D1Q wrote: HA-Proxy version 1.5.19 I have 2 sites, one http and the other https. I have set redirects to make sure http requests are forwarded to the https site. The problem I have is that if the...
View ArticleSSL connections with non-SSL backend
@gvolpe wrote: Hi, I’m trying to figure out if HA Proxy could be used in the way I want it to. I have a simple REST API running on localhost:8080 and I want to use HA Proxy to add SSL support. I...
View ArticleHAPROXY : Same host with different path
@mpande wrote: Hello , I am using haproxy where my requirement is same host but different paths. http://hostaaa/x/ http://hostaaa/y/ And I am using below settings in haproxy.cfg...
View ArticleSNI 503 error when using port 443 on backend
@webber wrote: I am using SSL termination and SNI to two backend IIS servers. Haproxy version 1.6.9. The setup works for port 80 to the frontend and then port 80 to the backend. It used to work for...
View ArticleHAProxy OpenLDAP transparent
@hakim42 wrote: Hy, I use HAProxy for LDAP with two nodes. My problem is that connection logs in LDAP server show IP address from HAProxy but not of clients. I saw that it is possible two forward...
View ArticleHttp-request and tcp-request content stop evaluation?
@Gurvan wrote: Hi, I want to have several different stick-tables with different keys (to keep track of source IPs, but also URLs, etc). It seems that the first http-request or tcp-request “empties”...
View ArticleHttpchk POST adding "Connection: close" after data
@rahul.ghanate wrote: I have setup haproxy 1.7.8 with option httpchk for my backend servers and have working GET requests. But while configuring the POST request with json data, I am getting error...
View ArticleHTTP/2 breaks by "option abortonclose"
@happy wrote: With “option abortonclose” haproxy serves 503 for all H2-requests Posts: 1 Participants: 1 Read full topic
View ArticleTwo workloads on the same port
@bhupesh wrote: I have a use case where I am expecting two work loads on the same 443 port. One expects client certs to be validated whereas, other doesn’t expect that. is it possible to have two...
View ArticleACL based on HTTP Response Set-Cookie Header
@JGaboP wrote: Hi guys, I am currently trying to create an ACL based on the value of the Set-Cookie Header of an HTTP Response given by one of the backend servers. Based on this, being the response an...
View ArticleLoad Balance ADFS 3.o
@dharam574 wrote: Hi, I am new to HAProxy, I am trying to setup haproxy 1.8 for ADFS 3.0. Form based authentication is required to goto : https://ADFSname/adfs/ls/idpinitiatedsignon.aspx I get...
View ArticleHAProxy with Multiple URL requests
@chazz wrote: Not the best title but I can explain. We currently host a product that is running on 6 Windows Servers load balanced with the built-in NLB. We host a main site, example.domain.com for...
View ArticleEdns support ; udp 512 byte
@asa.testik wrote: Does haproxy 1.8 have edns support? I’m trying to set haproxy for loadbalancing server group of about 50 hosts. But when SRV record grows to 512 bytes it stop to work. I’m using...
View ArticleLibrary does not support TLS ALPN extension
@zemanelcenas wrote: Hello, When trying to enable http2 on latest haproxy 1.8.1 i’m always getting a “library does not support TLS ALPN extension” error. By default i try: frontend http2 bind *:443...
View ArticleHAProxy Current Sessions Climbing
@vanoden wrote: I have a site which I recently switched to SSL. It has run for years without a problem. But when I separated http and https frontends, and configured the http frontend to only redirect...
View Article