From a3205adb72d7b012cc4d8f026fa48679fcc40f22 Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Fri, 6 Dec 2024 17:41:42 +0100 Subject: [PATCH] update info --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 949a19e..8a1de51 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # HAProxy - JA4 TLS Client-Fingerprint - Lua Plugin -## WARNING: Not production ready +You need to run [HAProxy 3.1 or higher](https://github.com/haproxy/haproxy/issues/2495) to use this plugin! -This plugin depends on [HAProxy Features that will be release in version 3.1](https://github.com/haproxy/haproxy/issues/2495)! - -If these features are not yet available in your version - it will fail with the error `attempt to call a nil value (method 'ssl_fc_supported_versions_bin')` +If the needed features are not yet available in your version - it will fail with the error `attempt to call a nil value (method 'ssl_fc_supported_versions_bin')` ---- @@ -102,4 +100,3 @@ docker compose -f test/docker-compose.yaml up --build --watch * Access the test website: https://localhost:6969/ Exit with `CTRL+C` -