MyNixOS website logo
option

services.prosody.s2sInsecureDomains

Some servers have invalid or self-signed certificates. You can list remote domains here that will not be required to authenticate using certificates. They will be authenticated using DNS instead, even when s2s_secure_auth is enabled.

Declarations
Type
list of string
Default
[ ]
Example
[
  "insecure.example.com"
]