Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 37704d2

Browse files
committed
Fix #1212
1 parent 8f8a1a4 commit 37704d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/plugins/editor.etherpad/etherpad-client/etherpad-lite-client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ protected function call($function, array $arguments = array(), $method = 'GET')
5050
$c = curl_init($url);
5151
curl_setopt($c, CURLOPT_RETURNTRANSFER, true);
5252
curl_setopt($c, CURLOPT_TIMEOUT, 20);
53+
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false);
5354
if ($method === 'POST') {
5455
curl_setopt($c, CURLOPT_POST, true);
5556
curl_setopt($c, CURLOPT_POSTFIELDS, $arguments);

0 commit comments

Comments
 (0)