Skip to content

Commit

Permalink
#484 removed CURLOPT_SSL_CIPHER_LIST which causes curl unknown cipher…
Browse files Browse the repository at this point in the history
… errors
  • Loading branch information
phoenix1337 authored Apr 11, 2019
1 parent 305a6cd commit 3558f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CurlDownloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class CurlDownloader
'proxy' => CURLOPT_PROXY,
],
'ssl' => [
'ciphers' => CURLOPT_SSL_CIPHER_LIST,
'cafile' => CURLOPT_CAINFO,
'capath' => CURLOPT_CAPATH,
],
Expand Down

0 comments on commit 3558f47

Please sign in to comment.