aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-10-16 00:47:02 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-10-16 00:47:02 +0100
commit1eb478ba54206cca53653e7a579aa1a36fb03315 (patch)
treed6cd7012210477c6e17322b2d19b8a1aad61ca44 /doc
parent997ec0911c9d3eac0f86e7247fb9058b10c57134 (diff)
downloadvolse-hubzilla-1eb478ba54206cca53653e7a579aa1a36fb03315.tar.gz
volse-hubzilla-1eb478ba54206cca53653e7a579aa1a36fb03315.tar.bz2
volse-hubzilla-1eb478ba54206cca53653e7a579aa1a36fb03315.zip
SSL is broken you say? Well bah gum.
Someone probably needs to update Lighttpd and Apache too.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/sample-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/sample-nginx.conf b/doc/install/sample-nginx.conf
index f53a3d5fb..dd3b63d3b 100644
--- a/doc/install/sample-nginx.conf
+++ b/doc/install/sample-nginx.conf
@@ -55,7 +55,7 @@ server {
ssl_certificate /etc/nginx/ssl/red.example.net.chain.pem;
ssl_certificate_key /etc/nginx/ssl/example.net.key;
ssl_session_timeout 5m;
- ssl_protocols SSLv3 TLSv1;
+ ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP;
ssl_prefer_server_ciphers on;