Skip to content
Snippets Groups Projects
Commit 39b9ed50 authored by Thomas Müller's avatar Thomas Müller
Browse files

for this self test we don't care if the ssl certificate is self signed and the...

for this self test we don't care if the ssl certificate is self signed and the peer cannot be verified.
parent 2e2cf28d
No related branches found
No related tags found
No related merge requests found
......@@ -581,6 +581,9 @@ class OC_Util {
$client = new \Sabre_DAV_Client($settings);
// for this self test we don't care if the ssl certificate is self signed and the peer cannot be verified.
$client->setVerifyPeer(false);
$return = true;
try {
// test PROPFIND
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment