diff options
author | friendica <info@friendica.com> | 2014-03-24 18:42:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-24 18:42:54 -0700 |
commit | 10f18675214acff5b4246bd6c4b13807b8e0e44f (patch) | |
tree | 73fd204e93a77404cc7e4ded61affb8c19049135 /include/network.php | |
parent | e6ea4a757452f93d49a80bf1f4fa76c88c3659ff (diff) | |
download | volse-hubzilla-10f18675214acff5b4246bd6c4b13807b8e0e44f.tar.gz volse-hubzilla-10f18675214acff5b4246bd6c4b13807b8e0e44f.tar.bz2 volse-hubzilla-10f18675214acff5b4246bd6c4b13807b8e0e44f.zip |
that didn't work out well
Diffstat (limited to 'include/network.php')
-rw-r--r-- | include/network.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/network.php b/include/network.php index 0bf05c0f0..8e781272a 100644 --- a/include/network.php +++ b/include/network.php @@ -47,7 +47,7 @@ function z_fetch_url($url, $binary = false, $redirects = 0, $opts = array()) { if(! $ciphers) $ciphers = 'ALL:!eNULL'; - @curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, $ciphers); +// @curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, $ciphers); if (x($opts,'accept_content')){ @curl_setopt($ch,CURLOPT_HTTPHEADER, array ( @@ -155,7 +155,7 @@ function z_post_url($url,$params, $redirects = 0, $opts = array()) { if(! $ciphers) $ciphers = 'ALL:!eNULL'; - @curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, Z_CURL_CIPHERS); +// @curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, Z_CURL_CIPHERS); if (x($opts,'accept_content')){ |