From 843e51823db5346b08640ada8e813229541778b7 Mon Sep 17 00:00:00 2001
From: H-Shay
NOTE: This has an impact on security and is for testing purposes only!
-To deactivate the certificate validation, the following setting must be made in -homserver.yaml.
+To deactivate the certificate validation, the following setting must be added to +your homserver.yaml.
use_insecure_ssl_client_just_for_testing_do_not_use: true
diff --git a/develop/setup/installation.html b/develop/setup/installation.html
index afddc631fe..a6d8ad7e28 100644
--- a/develop/setup/installation.html
+++ b/develop/setup/installation.html
@@ -420,11 +420,11 @@ over HTTPS.
Alternatively, you can configure Synapse to expose an HTTPS port. To do
so, you will need to edit homeserver.yaml
, as follows:
listeners
section, uncomment the configuration for the
-TLS-enabled listener. (Remove the hash sign (#
) at the start of
-each line). The relevant lines are like this:listeners
option, add the configuration for the
+TLS-enabled listener like so: - port: 8448
+listeners:
+ - port: 8448
type: http
tls: true
resources:
@@ -432,9 +432,13 @@ each line). The relevant lines are like this:
-
-
You will also need to uncomment the tls_certificate_path
and
-tls_private_key_path
lines under the TLS
section. You will need to manage
-provisioning of these certificates yourself.
+You will also need to add the options tls_certificate_path
and
+tls_private_key_path
. to your configuration file. You will need to manage provisioning of
+these certificates yourself.
+
+-
+
You can find more information about these options as well as how to configure synapse in the
+configuration manual.
If you are using your own certificate, be sure to use a .pem
file that
includes the full certificate chain including any intermediate certificates
(for instance, if using certbot, use fullchain.pem
as your certificate, not
--
cgit 1.4.1