HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
  • C 98%
  • Shell 0.9%
  • Makefile 0.5%
  • Lua 0.2%
  • Python 0.2%
Find a file
William Lallemand 0ebef67132
Some checks are pending
Contrib / build (push) Waiting to run
alpine/musl / gcc (push) Waiting to run
VTest / Generate Build Matrix (push) Waiting to run
Windows / Windows, gcc, all features (push) Waiting to run
MINOR: ssl: display libssl errors on private key loading
Display a more precise error message from the libssl when a private key
can't be loaded correctly.
2026-01-26 14:19:19 +01:00
.github CI: github: fix vtest.yml with "not quictls" 2026-01-19 13:22:10 +01:00
addons BUG/MINOR: promex: Detach promex from the server on error dump its metrics dump 2026-01-23 11:40:54 +01:00
admin MEDIUM: systemd: implement directory loading 2026-01-16 09:55:33 +01:00
dev CLEANUP: use the automatic alignment feature 2025-12-09 17:14:58 +01:00
doc DOC: reg-tests: update VTest upstream link in the starting guide 2026-01-26 13:56:13 +01:00
examples
include BUG/MINOR: ssl: Encrypted keys could not be loaded when given alongside certificate 2026-01-26 14:09:13 +01:00
reg-tests REGTESTS: ssl: fix generate-certificates w/ LibreSSL 2026-01-21 16:50:16 +01:00
scripts SCRIPTS: build: enable symbols in AWS-LC builds 2026-01-22 15:25:24 +01:00
src MINOR: ssl: display libssl errors on private key loading 2026-01-26 14:19:19 +01:00
tests
.cirrus.yml
.gitattributes
.gitignore
.mailmap
.travis.yml
BRANCHES
BSDmakefile
CHANGELOG [RELEASE] Released version 3.4-dev3 2026-01-22 19:02:54 +01:00
CONTRIBUTING
INSTALL MINOR: version: mention that it's development again 2025-11-26 16:11:47 +01:00
LICENSE
MAINTAINERS
Makefile REORG: cfgparse: move peers parsing to cfgparse-peers.c 2026-01-20 17:17:37 +01:00
README.md
SUBVERS
VERDATE [RELEASE] Released version 3.4-dev3 2026-01-22 19:02:54 +01:00
VERSION [RELEASE] Released version 3.4-dev3 2026-01-22 19:02:54 +01:00

HAProxy

alpine/musl AWS-LC openssl no-deprecated Illumos NetBSD FreeBSD VTest

HAProxy logo

HAProxy is a free, very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications.

Installation

The INSTALL file describes how to build HAProxy. A list of packages is also available on the wiki.

Getting help

The discourse and the mailing-list are available for questions or configuration assistance. You can also use the slack or IRC channel. Please don't use the issue tracker for these.

The issue tracker is only for bug reports or feature requests.

Documentation

The HAProxy documentation has been split into a number of different files for ease of use. It is available in text format as well as HTML. The wiki is also meant to replace the old architecture guide.

Please refer to the following files depending on what you're looking for:

  • INSTALL for instructions on how to build and install HAProxy
  • BRANCHES to understand the project's life cycle and what version to use
  • LICENSE for the project's license
  • CONTRIBUTING for the process to follow to submit contributions

The more detailed documentation is located into the doc/ directory:

License

HAProxy is licensed under GPL 2 or any later version, the headers under LGPL 2.1. See the LICENSE file for a more detailed explanation.