synapse temporarly disable https

This commit is contained in:
Danilo Reyes 2025-04-28 11:34:06 -06:00
parent 2c0df7a664
commit a007b7cf83

View File

@ -98,11 +98,11 @@ in
"/_matrix".proxyPass = "http://[::1]:${toString cfg.port}";
"/_synapse/client".proxyPass = "http://[::1]:${toString cfg.port}";
};
extraConfig = ''
ssl_verify_client on;
ssl_client_certificate ${config.sops.secrets."iqQCY4iAWO-ca/pem".path};
error_page 403 /403.html;
'';
# extraConfig = ''
# ssl_verify_client on;
# ssl_client_certificate ${config.sops.secrets."iqQCY4iAWO-ca/pem".path};
# error_page 403 /403.html;
# '';
};
};
};