Haproxy 1.8.8 SSL handshake failure
@astradslme wrote: Hi Community, i dont know why, but my haproxy throws me severals time a “SSL handshake failure” like this: Jul 18 15:35:43 proxy1 haproxy[6477]: 192.168.100.100:51019...
View ArticleTLS Termination
@multiplier_x wrote: We collect log files on one site and then send them over the internet via TCP + TLS to our servers in the cloud. The log files need to be sent evenly between the two servers, so...
View ArticleNeed help on haproxy with CAS server. ssl on both sides
@aliaj00 wrote: Hi Guys, i have searched around i am unable to find any way on how to make a ssl termination on haproxy and then forward the traffic to CAS servers via another SSL. the config i have...
View ArticleEnable logging for error 408 / http keep-alive timeout
@skoneka wrote: Hi all, I recently discovered an issue with lost traffic due too HTTP keep-alive race condition while running haproxy 1.6.3. Currently, I would like to setup haproxy to log occurences...
View ArticleNeed help HAproxy in bridge mode between 2 ssl connection for CAS server
@aliaj00 wrote: Hi Guys, I am trying to configure cas servers to use a haproxy+keepalive with the main cert for the site on haproxy and wildcard certs for the CAS servers in the pool. I can get to the...
View ArticleReversing http-request set-path
@yakatz wrote: We have a lot of projects with subdomains, so we set up haproxy to rewrite the path to match the subdomain and we have a CNAME for each project to projects.example.com: listen...
View ArticleReplace mailinglist with discourse
@darix wrote: you can read discourse via email (if you subscribe to all the mails in your preferences) and you can even reply to threads via mail. Posts: 1 Participants: 1 Read full topic
View ArticleServer-Template and Hot Reload?
@FrancisL wrote: Hello, I am using a master-worker haproxy configuration, including the “global” state file. and 1.8.12 release When doing hot reload… incluing the socat to generate the global state...
View ArticleRe encrypting traffic
@mindeswx wrote: Hello, just wanted to ask and make sure if it’s possible to- insert cookies into HTTPS webpages that I don’t own , for example google or facebook? Seems like i have tried every...
View ArticleSimple environment variable usage not working for me
@jdtommy wrote: here is my simple listen section of the haproxy config file: listen graph_front bind *:8182 mode tcp server graph_server graph.server.com:8182 this works just fine, but I need the...
View ArticleLink to one Page
@wilnzi wrote: Hi, Please i want to configure haproxy to open one page. But, because this page open css jss file multiples times, i have multiple redirection error. Please help me. The haproxy...
View ArticlePassthrough SSL and http logs?
@mindeswx wrote: I am running a proxy service, thus I can only use TCP passthrough, or users would get certificate warnings. Unfortunately very little is known in tcp logs, and I want to ensure no...
View ArticleFailed to get the sockets from the old process
@FrancisL wrote: Available polling systems : epoll : pref=300, test result OK poll : pref=200, test result OK select : pref=150, test result FAILED Total: 3 (2 usable), will use epoll. Available...
View ArticleConvert working nginx to haproxy 1.6
@chomps wrote: I have the following nginx config that works perfectly fine and I need to convert it to haproxy config: map $sent_http_content_type $expires { default off; text/html epoch; text/css...
View ArticleHow to Verify Peering via script
@ingshtrom wrote: We are upgrading our HAProxy installation and I want to verify all of our configuration is acting the same as I would expect. One thing I haven’t been able to verify is whether...
View ArticleSlow performance
@caspi wrote: Hi All, I have installed two CentOs 7 sevrers with KeepAlived and HAPROXY . (1.8.12-8a200c7, released 2018/06/27) Keepalived works as expected. HAPROXY works as expected. But I have...
View ArticleAllow access to my VMs only from HAProxy
@alkio wrote: I have created some machines running a specific application and I use HAProxy to load balance the traffic to these machines. What are the possible ways to only allow access to my...
View ArticleConvert src ip to dns name in haproxy 1.8
@dbilbo wrote: Is there any way to have haproxy convert the src ip into its dns name? Example: client ip is 192.168.1.5 and dns its name is cpu.domain.com using the following code in haproxy.cfg...
View ArticleMigrating Haproxy 1.5.8 to 1.7.5
@qwrty wrote: Hello there, I’m running Haproxy for a while now, after doing my Debian migration from Jessie to Stretch, Debian update Haproxy package, BUT my Haproxy 1.5.8-3+deb8u1 configuration does...
View ArticleHAProxy reverse proxy ssl frontend changes relative paths to absolute paths,...
@vnomura wrote: Hi All, When I view source on my website, I noticed that all my relative paths are replaced with absolute paths. I’d like to find out why this is happening and to figure out if this...
View Article