1
0
Fork 0
pull/9391/head
Jordi Boggiano 2020-10-30 17:52:29 +01:00
parent a637072058
commit 36a9c47830
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ class HttpDownloader
return false; return false;
} }
if (!empty($job['request']['options']['ssl']['local_cert'])) { if (!empty($job['request']['options']['ssl']['allow_self_signed'])) {
return false; return false;
} }