From fe2f2435f6106d81e2bdb1d4ba5d01153f996b18 Mon Sep 17 00:00:00 2001 From: tobiasd Date: Thu, 15 Mar 2012 04:02:19 -0700 Subject: [PATCH] Updated Running Friendica with SSL (markdown) --- Running-Friendica-with-SSL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Running-Friendica-with-SSL.md b/Running-Friendica-with-SSL.md index 57e9f82..4bb7bba 100644 --- a/Running-Friendica-with-SSL.md +++ b/Running-Friendica-with-SSL.md @@ -55,7 +55,8 @@ To do this, you copy the existing one and change the end of the first line to re (Note that the directory ``/usr/local/apache/conf/`` may not exist on your machine. For Debian, for instance, the directory might be ``/etc/apache2/`` - in which you can create an ssl subdirectory if it doesn’t already exist. Then you have ``/etc/apache2/ssl/…`` instead of ``/usr/local/apache/conf/…``) You thus end up with two entries for your Friendica site - one for simple http and one for https. - + +Note to those who want to force SSL: Don't redirect to SSL in your Apache settings. Friendica's own admin panel has a special setting for SSL policy. Please use this facility instead. ## Mixing certificates on Apache – StartSSL and others (self-signed) ##