HAProxy+Keepalived can't create a FTP session with Virtual IP
@johnb wrote: Hi all, FTP doesn’t seem to work when I connect to the Virtual IP (VIP), but when I connect to the local IP of one of the two Proxy’s it works fine. I see it wants to connect, but when...
View ArticleHaproxy Backend Server Health Check
@anish10dec wrote: Haproxy sends the request to backend server having Disk I/O Error in which OS goes into read only mode and none of the command works becuase hardware storage controller failure....
View ArticleHow can you configure the nginx `client_max_body_size` equivalent in HAProxy
@patrickleet wrote: I’m trying to upload some files that are too large, and I can’t figure out how to configure the request size limit. Posts: 1 Participants: 1 Read full topic
View ArticleRedirection with https
@wilnzi wrote: Hi, Helps please. I’m trying to configure redirection. I would like to do that : if client enters https://example.com it will be redirect to https:://www.site.com My configuration is :...
View ArticleIntermediate client CA
@linenoise wrote: Question regading the configuration of client certificate authentication. Using the “ca-file” I can specify a CA that issues approved client certificates, but what if that is an...
View ArticleReal IP address visibility issue
@dtoshev wrote: Hello all, I am pretty much new to HAProxy, but I need to used it in order to have true-client-ip visibility. Out DDoS provider masks the real IP of the clients. All IP’s that we see...
View ArticleOne port to catch HTTP and HTTPS requests and redirect to the HTTPS version
@schworak wrote: I have configuration that works well when HTTPS is in the URL but of course, when it is HTTP, it fails. The problem is, I must specify the port number in the URL. I am using this as a...
View ArticleStrange question about hdr_dom(host) function
@yanggis wrote: Dear all: I’m using the fuction ddr_dom(host) to filter some links: The initial acl rule is as follows: acl is_newsohu path_beg /vrs_flash hdr_dom(host) -i hot.vrs.sohu.com use_backend...
View ArticleWhy 'set ssl tls-key' is unknown command?
@tasavi wrote: Hi. I have used ‘set ssl tls-key’ with the unix command in version 1.6.x. However, in 1.7.x version, ‘set ssl tls-key’ does not execute with unknown command. I have just changed the...
View ArticleH2 with local proxy and then to the real backends?
@NoLifeKing wrote: Hi! We’re using HAProxy with SSL termination, and we’d love to go to HTTP/2, but since that’s not possible yet in a frontend… I had a crazy idea, that I wanted to ask here if it...
View ArticleHaproxy process are spawn twice in V1.5.18
@Sandeep.rai2k17 wrote: While starting haproxy with command #systemctl restart/start haproxy in centos…haproxy-systemd-wrapper spawns haproxy twice. Why it is so? Does it for multiprocessor...
View ArticleRedirect with original url as encoded parameter
@PaulE wrote: I have the following configuration setup which works fine: frontend http-in bind *:80 mode http option http-server-close option forwardfor option httplog acl redirect_domain hdr(Host) -i...
View ArticleRoute to the same instance for the same client
@ngocketit wrote: Hi, I’m planning to use HAProxy for TCP (not HTTP/HTTPS) traffic load balancing. Does HAProxy support routing to the same instance for the same client? For example, if client A is...
View ArticleSsl redirection issue
@gsalvin wrote: Hello , I’m a newbie in haproxy . I’m trying to redirect some https (port 443) to another port number (7443) between the haproxy and the web-server . I expect the user communicate with...
View ArticleSingle IP to separate internal servers SSL
@dureal99d wrote: Ok so i have Haproxy on pfsense. I have 2 servers that have their own certs (domain names) and when i open the firewall for those server individual they are all ok However as you...
View Article'server www' : could not resolve address 'www'
@algar wrote: Hi all, I was trying to find something similar but this question does not seem to be answered before, sorry if I didnt find it. I am deploying with docker machine a haproxy configuration...
View ArticleHAProxy config for Radicale (= CalDAV server)
@c.monty wrote: Hi! I’m running HAProxy on a LXC with Debian 8. This is working w/o issues. Now I want to enhance the functionality to work with Radicale, a CalDAV server in LXC (with Alpine Linux)....
View ArticleH2 frontend, http1.1 backend and crippled content
@hamann wrote: Hey, today I tried haproxy 1.8-rc1 with h2 and an http/1.1 backend (varnish 4.x). After first tests with various browsers which complained about content encoding with js/css files and...
View ArticleA server went down, but HAProxy kept it in UP state
@witoldg wrote: A server went down, but HAProxy 1.6.3 kept it in UP state even if check was set and LastChk was L6OK. The only abnormal thing was check duration still = 0 for hours. While I reloaded...
View Article[SOLVED] Reverse proxy : Multiple domain with same path
@tuxdotnet wrote: hi all, I have a change to do for my reverse proxy in ACL to forward to multiple domain with multiple path i try this conf (format X time with different fqdn/path in my conf …) acl...
View Article