You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The tls_private_key_path file is required even tls seems to be disabled in the homeserver.yaml.
Steps to reproduce
Use the official docker image with synapse 1.2.1
Set the following configuration to the config:
listeners:
# TLS-enabled listener: for when matrix traffic is sent directly to synapse.
#
# Disabled by default. To enable it, uncomment the following. (Note that you
# will also need to give Synapse a TLS key and certificate: see the TLS section
# below.)
#
#- port: 8448
# type: http
# tls: true
# resources:
# - names: [client, federation]
# Unsecure HTTP listener: for when matrix traffic passes through a reverse proxy
# that unwraps TLS.
#
# If you plan to use a reverse proxy, please see
# https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst.
#
- port: 8008
tls: false
type: http
x_forwarded: true
resources:
- names: [client, federation]
compress: false
Description
The
tls_private_key_path
file is required even tls seems to be disabled in thehomeserver.yaml
.Steps to reproduce
Version information
If not matrix.org:
Version: Synapse 1.2.1
Install method: Official docker image
The text was updated successfully, but these errors were encountered: