Skip to content
Snippets Groups Projects
Commit 56fb73e6 authored by lukasmatusiewicz's avatar lukasmatusiewicz
Browse files

Update ValidateCheckTest.php

parent 446aff01
Branches
Tags
No related merge requests found
...@@ -32,6 +32,7 @@ class ValidateCheckTest extends TestCase implements PILog ...@@ -32,6 +32,7 @@ class ValidateCheckTest extends TestCase implements PILog
$this->pi->logger = $this; $this->pi->logger = $this;
$this->pi->sslVerifyHost = false; $this->pi->sslVerifyHost = false;
$this->pi->sslVerifyPeer = false; $this->pi->sslVerifyPeer = false;
$this->pi->forwardClientIP = true;
$this->pi->realm = "testRealm"; $this->pi->realm = "testRealm";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment