Subdirectory frontend to root backend
@thetimetolearn wrote: Hello I’m looking for some help with figuring out the best way to handle routing URLs with subdirectories to applications hosted on the root of a webserver. Say I have URL...
View ArticleHa proxy as reverse proxy as WA for tlsv1.2->tlsv1
@yuriy.tigiev wrote: Hello, I’m looking for a haproxy configuration which will allow me to implement the scheme bellow. client --(https tlsv1.2)–> haproxy --(https tlsv1)–> legacy server The...
View ArticleHelp for an HAProxy Newbie
@AbunaE wrote: Hi, Can someone help me with my configuration ? When i go to https://server.domain.com/test (frontend), i need to access a private server at http://privateserver:87/URL/SubURL/...
View ArticleInstalling a higher version of HAProxy on RHEL 7.6
@jboudoumit wrote: I am using RHEL 7.6 and found that the highest version of HAProxy is 1.5.18. This version does not recognize sni term (similar case: HAProxy for converting HTTP to HTTPS request...
View ArticleHAProxy SNAT example
@senattcs wrote: Do we need any special setup to support SNAT in HAProxy and can someone share sample example or link to documentation on this please? Posts: 2 Participants: 2 Read full topic
View ArticleNew to HAProxy, could anyone help please :(
@deanlongstaff wrote: Hi, I will explain my setup, I have a few things on my backend: Apache Server with multiple virtual hosts on it (wordpress sites) Wiki Server (bookstack) Ticketing system Mail...
View ArticleClarification on HAProxy Connection Pooling
@tcprbs wrote: Hi, I was doing some experiments with HAProxy 2.0 with pool-max-conn and pool-purge-delay options for connection pooling. Usage: I have an application making external calls to some...
View ArticleStatus code 200 in HAproxy errror log
@Tim wrote: Hello there, I’m a bit confused with Haproxy logging. I found below line at the haproxy-status.log (error log). I wonder why status code is 200 and termination code is CD–? I don’t know if...
View ArticleHAProxy behind Hikvision
@samotelf wrote: Hello. I’m trying to configure a Hikvision CCTV through HAProxy 2.1.1 version. I can reach the Hikvision CCTV appliance webserver through HAProxy, and I can browse the webpage and the...
View ArticleHAProxy with OpenVPN over tcp/443 on pfSense
@daggr wrote: Hi, Recently replaced my HAProxy VM into pfSense HAProxy package instead and that works fine. I had OpenVPN on a server before but now i want to run it in pfSense as well. The problem is...
View ArticleListen to all the ports
@himala76 wrote: Hello Everybody Newbee here is it way to set haproxy with IP address without any port list I need like this listing and forwarding any traffic to 192.168.1.2 and forward to...
View ArticleHaproxy http code
@watcher666 wrote: Hello My config haproxy.cfg frontend sait bind *:7030 acl hdr_sait hdr_beg(host) -i sait.ru acl status_404 status 404 http-response set-header Location...
View ArticleSticky sessions based on SOAP contents
@Hein wrote: Our application has a SOAP API to set up sessions (usually done by an integrating application) that are then consumed by a client. The session is maintained on the server, and the...
View ArticlePerformance problem with nbthread
@Vlad wrote: Hi all, I need an advice regarding multithreading configuration. We are using haproxy 2.0.12 on a CentOS8 virtual machine (VMware) with 16 GB of RAM, 4 vCPUs (1 core each) and 1GBPs NIC....
View ArticleRegarding udp support
@harsha.d wrote: Will Haproxy 2.0 or its later versions support Udp load balancing??. Please help. TIA Posts: 2 Participants: 2 Read full topic
View ArticleNew to HAProxy - 503 Service unavailable No server is available to handle...
@Stuart wrote: Hi, I’m new to HAProxy and need a little bit of help. I’m running a few things using docker and thus have decided to use HAProxy to forward some internal DNS records that I have...
View ArticleGetting pfsense/HAproxy to work behind Cloudflare
@kevdog wrote: Hi - I’m really new to using HAproxy as I’ve been proxy either Apache/Ngnix as reverse proxies. I’m using HA proxy though the pfsense configuration. My setup is basically...
View ArticleUnknown keyword 'ssl'. registered keywords haproxy
@MayankRSG wrote: Below is my haproxy details. I am getting unknown keyword ‘ssl’. registered keywords issue. I am trying to implement ssl termination in haproxy HA Proxy configuration file global log...
View ArticleHttp-request redirect with map file and query
@sysadmin0505 wrote: Hello everyone. I am trying to redirect our legacy sites to a secondary site. I have tried various configurations and I cannot get it to work with a map file. I am able to hard...
View ArticleSsl_error_rx_record_too_long
@kevdog wrote: Really new to setting up HAproxy and definitely going through some growing pains here. I’m accessing my website directly. I’m using pfsense 2.4.4 with haproxy (version 1.8.23) plugin. I...
View Article