mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #2014 from owncloud/fixing-1909-master
for this self test we don't care if the ssl certificate is self signed a...
This commit is contained in:
commit
7f7f447ab0
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue