Enable s2s_require_encryption to match s2s_secure_auth
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -57,7 +57,7 @@ https_ports = { 5281 }
|
|||||||
|
|
||||||
-- Require TLS on c2s/s2s connections
|
-- Require TLS on c2s/s2s connections
|
||||||
c2s_require_encryption = true
|
c2s_require_encryption = true
|
||||||
s2s_require_encryption = false
|
s2s_require_encryption = true
|
||||||
|
|
||||||
-- Authentication
|
-- Authentication
|
||||||
authentication = "internal_plain"
|
authentication = "internal_plain"
|
||||||
|
|||||||
Reference in New Issue
Block a user