commit | 2a088921a51cb41855abf270262a5c7d188be3c8 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Jul 06 23:34:44 2024 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sun Jul 07 00:12:30 2024 +0200 |
tree | bd85f84ed2db708bd550937e603489a4d667e100 |
feat: first version Change-Id: I8f1ebf3fa896e66a485e4f2cc9d50c0d5eb46412
Docker image of HAProxy with support for SSLv3.
This is used for my homelab twix reverse proxy: a reverse proxy which allows my (old) devices which don't support TLS to communicate with some services internally.
The SSLv3 protocol is insecure. You should not run this server publicly or in production.
The Dockerfile is an adaptation of the Docker image available at https://github.com/docker-library/haproxy.