Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-21 22:38:56 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-21 22:38:56 +0300
commit2db261d609d9513c5ada37f61143c992ba249402 (patch)
treef7c5711ed14c8ba96086fd3111faf9ba78c0b5a5
parent989ca050e3fd02a26b632c3e10a2b526d8bfef25 (diff)
Use https
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--server/lib/UserManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/UserManager.php b/server/lib/UserManager.php
index 1abdd5b..ef24616 100644
--- a/server/lib/UserManager.php
+++ b/server/lib/UserManager.php
@@ -227,7 +227,7 @@ LIMIT 50');
// Retrieve public key && store
$ocsreq = new \GuzzleHttp\Psr7\Request(
'GET',
- 'http://'.$host . '/ocs/v2.php/identityproof/key/' . $user,
+ 'https://'.$host . '/ocs/v2.php/identityproof/key/' . $user,
[
'OCS-APIREQUEST' => 'true',
'Accept' => 'application/json',