Enable s2s_require_encryption to match s2s_secure_auth

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
mguschin
2026-03-01 19:47:55 +03:00
parent e1a4c4b733
commit c28f5e00bd

View File

@@ -57,7 +57,7 @@ https_ports = { 5281 }
-- Require TLS on c2s/s2s connections
c2s_require_encryption = true
s2s_require_encryption = false
s2s_require_encryption = true
-- Authentication
authentication = "internal_plain"