mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-29 18:04:11 +02:00
a4c3bedf4b
In nginx reverse-proxy, when the upstream server relies on SNI, the reverser-proxy may return 502 by follow error: ``` *10 SSL_do_handshake() failed (SSL: error:0A000410:SSL routines::sslv3 alert handshake failure:SSL alert number 40) while SSL handshaking to upstream, client: 172.19.0.1, server: example.host, request: "GET /.well-known/matrix/client HTTP/2.0", upstream: "https://<ip>/.well-known/matrix/client", host: "<domain>" ``` This problem often arises when the upstream server is behind the CDN, setting `proxy_ssl_server_name` to `on` will solve it.
Table of Contents
-
FAQ - lots of questions and answers. Jump to Prerequisites to avoid reading too much and to just start a guided installation.
-
Prerequisites - go here to a guided installation using this Ansible playbook
-
Importing data from another server installation