matrix: re-enable TLSv1.2

This commit is contained in:
emily 2025-01-20 18:09:38 +01:00
parent 04c8461acc
commit 6bd8c0f5b1
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -48,6 +48,10 @@ in {
}; };
}; };
}; };
# Element X on iOS doesn't support TLSv1.3 for some reason
services.nginx.sslProtocols = "TLSv1.2 TLSv1.3";
kyouma.nginx.virtualHosts = { kyouma.nginx.virtualHosts = {
${cfg.hostname}.locations."/" = { ${cfg.hostname}.locations."/" = {
proxyPass = "http://unix:${unix_socket_path}"; proxyPass = "http://unix:${unix_socket_path}";