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) ##