Problem with redirecting http to https when using internet explorer
@password wrote: I have a problem with Haproxy, it won’t redirect HTTP to HTTPS if using Internet Explorer, it just tells me that this webpage doesn’t exist if I’m trying to connect over http. My...
View ArticleHttp-request replace-uri seems to be handled differently between 2.0.9 and 2.1.0
@andi wrote: Hi everyone I updated my haproxy from 2.0.9 to 2.1.0 and it seems that http-request replace-uri is handled differently between these two versions. I’m using the following backend...
View ArticleHaproxy blocks requests when backend has host header
@roidelapluie wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleImplementing Hitless Reloads within HAproxy in K8S
@guyoha wrote: Hi I have HAproxy implementation in Kubernetes it is based on “haproxy:1.9” docker image. I want to be able to update configuration without the need to restart pods. I tried to follow...
View ArticleOne IP address, One SSL, for multiple Ports on same instance/server
@O_Mike wrote: Help Please, We are trying to use one SSL for multiple Ports (443 and 6085) on same instance. Using HAProxy. We have tried the following configurations: defaults mode http log global...
View ArticleChaining HAProxies and the proxy protocol
@GerMalaz wrote: I need to (temporarily) chain HAProxies (HAP A has connection issues with some backends) HAP A -> HAP B -> backends in HAP B, this works: Blockquote bind *:8080 accept-proxy acl...
View ArticleTSL termination on HAProxy and backend running on a virtual host
@justauser wrote: Hello, I have HA-Proxy version 1.5.18 2016/05/10 which does TSL termination and then proxies uncrypted configuration to a backend which is an Apache web server. Everything worked...
View ArticleHAproxy keeps resetting
@hac3ru wrote: Nov 29 10:19:40 HAProxy1-wbidder haproxy[13411]: Thread 4 is about to kill the process. Nov 29 10:19:40 HAProxy1-wbidder haproxy[13411]: >Thread 1 : act=1 glob=1 wq=1 rq=1 tl=1...
View ArticleOne Public IP but have different web servers with different platform
@amrit wrote: Hello, I have only one public ip and 3 web servers hosted with different platform using same 80 and 443 ports. Three web servers: Wordpress website ASP.NET NMS Web Server on PHP These 3...
View ArticleUnable to start HAProxy
@nitesh wrote: Hello I can start haproxy in foreground mode by following command: haproxy -f /etc/haproxy/haproxy.cfg and able to connect. But when I try to start it in background mode using:...
View ArticleHTTP/2 prioritization
@crisrodrigues wrote: Hi, First a question then another question Does haproxy support HTTP/2 Prioritization? I’m guessing it doesn’t, but does it intend to? My scenario is Haproxy in front of a lot of...
View ArticleHA Proxy - Gracefully close connections on servers
@bdudick-cocon wrote: We are running into a snag in our deployment process. While removing servers from rotation, persistent connections are dropped. We are currently using cookie based persistence....
View ArticleHow to hot-update TLS certificates?
@xugy wrote: Hi, reading latest 2.1.0 release note from https://www.mail-archive.com/haproxy@formilux.org/msg35491.html and I notice this feature which sounds great: - support of runtime certificate...
View ArticleRedirection according to LDAP URI
@piwako wrote: Hi , i would like to redirect incoming flow according to LDAP URI (like in http mode). I mean if the destination is ldap://ldap1.test.com ,it will redirect to server ldap1 (and if the...
View ArticleHAProxy acl and maps
@antnappi wrote: Hello, I’m trying to setting up my haproxy in order to use maps. My idea is to have a map_file.txt: _status_example.com:443 ON example.com:443 http://new_url.com In the acl I would...
View ArticleSNI HTTPS Redirection
@bluex wrote: Hi: I’m using now haproxy v.1.7 for redirect HTTPS requests, but I have problem with the following I want to recognize any subdomain that comes for test123.com as an example and...
View ArticleReverse HAProxy
@gjalaghonia wrote: Hello I have IIS web Site in VM 192.168.2.10 , in this machine i have 2 sites www.site1.com and www.site2.com i have 1 WAN 80.80.80.80 both site host in this WAN ip so i want to...
View ArticleSelective ALPN based on host header
@shamsimam wrote: I have two names, h1.app.com and h2.app.com, pointing to the same haproxy instance. haproxy is listening on port 80 and 443. How do I ensure that SSL requests for: h1.app.com are not...
View ArticleTransparent proxy - configure backend servers
@miro_i wrote: Hello, i am trying to create HAproxy in tcp transparent mode with 2 backend servers. Everything is set on the HAproxy box as described in this article:...
View ArticleCan we redirect before going to final backend?
@qwrty wrote: Hey folks, I would like to know if I can make a redirection to a specific server, before handle the redirection to final backend ? I will try to explain better with an example: Here my...
View Article