kopia lustrzana https://github.com/nextcloud/social
allow self-signed certificate
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/545/head
rodzic
3b0ece3855
commit
e72748fa0d
|
@ -107,6 +107,7 @@ class Queue extends TimedJob {
|
|||
|
||||
|
||||
private function manageStreamQueue() {
|
||||
$total = 0;
|
||||
$items = $this->streamQueueService->getRequestStandby($total);
|
||||
|
||||
foreach ($items as $item) {
|
||||
|
|
|
@ -296,6 +296,7 @@ class CurlService {
|
|||
curl_setopt($curl, CURLOPT_BINARYTRANSFER, $request->isBinary());
|
||||
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
|
||||
|
||||
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
|
||||
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
|
||||
|
||||
$this->maxDownloadSize =
|
||||
|
|
Ładowanie…
Reference in New Issue