allow self-signed certificate

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/545/head
Maxence Lange 2019-05-27 09:19:54 -01:00
rodzic 3b0ece3855
commit e72748fa0d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -107,6 +107,7 @@ class Queue extends TimedJob {
private function manageStreamQueue() {
$total = 0;
$items = $this->streamQueueService->getRequestStandby($total);
foreach ($items as $item) {

Wyświetl plik

@ -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 =