From 205c15a80bbf1823ccca05a98b2c88f07718a58d Mon Sep 17 00:00:00 2001 From: merklaw Date: Wed, 5 Aug 2020 12:47:32 +0200 Subject: [PATCH] Add note about certificate exceptions when using self-signed --- docs/configuring-playbook-ssl-certificates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuring-playbook-ssl-certificates.md b/docs/configuring-playbook-ssl-certificates.md index 0b593f20..916f6838 100644 --- a/docs/configuring-playbook-ssl-certificates.md +++ b/docs/configuring-playbook-ssl-certificates.md @@ -28,6 +28,8 @@ If self-signed certificates are alright with you, you can ask the playbook to ge matrix_ssl_retrieval_method: self-signed ``` +If you get a `Cannot reach homeserver` error in Element, you will have to visit `https://matrix.` in your browser and agree to the certificate exception before you can login. + ## Using your own SSL certificates