From 56fb73e64c1da5f8f6c1c4896f87f4a899724a07 Mon Sep 17 00:00:00 2001 From: lukasmatusiewicz <77617779+lukasmatusiewicz@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:39:14 +0100 Subject: [PATCH] Update ValidateCheckTest.php --- test/ValidateCheckTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ValidateCheckTest.php b/test/ValidateCheckTest.php index 5a92b6e..ea00235 100644 --- a/test/ValidateCheckTest.php +++ b/test/ValidateCheckTest.php @@ -32,6 +32,7 @@ public function setUp(): void $this->pi->logger = $this; $this->pi->sslVerifyHost = false; $this->pi->sslVerifyPeer = false; + $this->pi->forwardClientIP = true; $this->pi->realm = "testRealm"; }