aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-25 15:19:18 -0700
committerfriendica <info@friendica.com>2014-03-25 15:19:18 -0700
commit7375e305060df3818f01a96fbbd811921468ad89 (patch)
tree71cd4ebb6ef0bd7fa4434ef6868e141bca84c0b3 /view/en
parentf14596b1ebeecf2c75939374136c830e44dbd923 (diff)
downloadvolse-hubzilla-7375e305060df3818f01a96fbbd811921468ad89.tar.gz
volse-hubzilla-7375e305060df3818f01a96fbbd811921468ad89.tar.bz2
volse-hubzilla-7375e305060df3818f01a96fbbd811921468ad89.zip
This should be a slight improvement in setting ciphers - we'll punt on RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
Diffstat (limited to 'view/en')
-rw-r--r--view/en/htconfig.tpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index 8e2d32433..840e7a124 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -85,13 +85,6 @@ $a->config['system']['php_path'] = '{{$phpath}}';
$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;
-
-// libcurl default ciphers - Redhat and NSS based systems may use a different
-// syntax. This indicates the ciphers we will accept when connecting to any
-// https site. We want this to be as liberal as possible.
-
-$a->config['system']['curl_ssl_ciphers'] = 'ALL:!eNULL';
-
// default system theme
$a->config['system']['theme'] = 'redbasic';