TLS frontend + backend; host-header proxying?
@alexr92 wrote: I’m doing TLS termination on a frontend, and using the host-header with a domain map to forward to a backend pool of servers. The servers on the backend have names like...
View ArticleHAProxy Logs for Redirects
@ingshtrom wrote: We have some redirects set up in HAProxy and when the redirection happens, we can see it in the logs as expected, but sometimes it reports the correct status_code, and other times it...
View ArticleHAProxy dynamic discovery with Consul dns and Prometheus
@pvyaka01 wrote: Can someone pls help with this? I’ve setup a consul based dynamic discovery for haproxy backends. - something like: server-template test-ui 8 _test-ui._tcp.service.consul check...
View ArticleHaproxy tcp linger option
@nntnd wrote: Need to set up haproxy for game server. If game breaks connection with proxy, the game should show a notifications that connection is lost. If we break connection with proxy, game...
View ArticleBackend NOSRV issue
@ghorio wrote: Dear community, Recently I have noticed an issue with our HAproxy serving backend on our nginx servers. Basically we have haproxy in front of 2 nginx servers and every morning for like...
View ArticleValidating HTTP Authorization parameters
@sammy wrote: Hi all, Looking for guidance to validate if HTTP Authorization request contains digest header, username, nonce, uri values. Should I be using ACL and if so which one. Thank you, Sy...
View ArticleRedirect /somepath to /
@cm-vdp wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleSSL Termination for MSSQL
@Mr.Error wrote: Hi everyone, what i am Trying to archive is to use haproxy 2.0.10 as SSL Proxy for an MS-SQL Server. The Connection to the backend has to be established without SSL. I am usind the...
View ArticleHttp-request set-uri not working
@cm-vdp wrote: This is what I want: www.our-domain.com/api --> server.internal.corp:8243/ Frontend: acl api_url url_beg -i /api acl host_wso2 hdr_dom(Host) -i www.our-domain.com use_backend WSO2API...
View ArticleIssues Regarding Communication Between Unity and REST API Server
@umityayla wrote: Hello, I’m a system administrator/back-end developer in a small sized mobile gaming studio who’s creator of Real Car Parking 2 with 40+ millions of downloads and we’re having a...
View ArticleExchange 2013 - haproxy.cfg
@lorenz.sz0x42 wrote: There is Exchange with the following configuration: Exchange 2013 - 6 Mailbox/CAS. number of users - 4500 Client Connect - RPC/HTTP Outlook Anywhere - outlook.mycomp.com Other -...
View ArticleHaproxy configuration help
@theK wrote: hello i’m trying to setup haproxy where the session sticks to the backend server used by 443 connection. So the tcp ports use the same backend server that was used in the http/443...
View ArticlePulling config from running HAProxy
@senattcs wrote: Is there a command or way to pull the HAPRoxy configurations from a running process? Posts: 1 Participants: 1 Read full topic
View ArticleSSL Offloading & SSL Passthrough on same port with SNI
@XQR wrote: Hi everyone, I’m desperately looking to solve the following problem, but was not able to find the solution on the internet. I was told by someone it should be possible to resolve, but no...
View ArticleUsing `stopping` variable from internal state together with `monitor fail`
@kaspergrubbe wrote: Hi, I’m using Haproxy 2.0.9. I’m having some issues with intermittent connection issues because of a loadbalancer that doesn’t update healthchecks too frequently, I’ve been using...
View Articlenet:ERR_HTTP2_PROTOCOL_ERROR when sending a 409 to Chrome
@Bruno wrote: Hello, I work for Cozy Coud and we have found an issue in production, with a weird net:ERR_HTTP2_PROTOCOL_ERROR error. After a bit of debugging, we have identified that it happens when...
View ArticleCan't use hash password for user authentication
@The-oo wrote: Hello everyone, For the past few month, i’ve always wanted to put hashed password inside my haproxy config file to secure out the passwords of my users when someone has to come and...
View ArticleHow to get HAProxy to route TCP based on SNI (using openssl s_client to test)?
@johnlondon wrote: I want to use HAProxy to terminate TLS-encrypted TCP connnections and to pass the unencrypted TCP traffic to various backends based on the Server Name Indication used to initiate...
View ArticleLoad balancing SSL with Pass through the traffic
@BigBill wrote: Hi, What I miss here? While redirecting from http to https, without entering the port number directly in the address, I am unable to connect to it. For example, this doesn’t work:...
View ArticleNOSRV/BADREQ with HAProxy and Letsencrypt
@rakesh wrote: Hello there. I am using Haproxy as frontend loadbalancer, version: 1.5.4 2014/09/02 Backend is on the same server, an apache:8080 running on Centos6. Now I am trying to migrate this...
View Article