view mod_s2s_auth_samecert/README.md @ 6324:a41d5d511948

mod_report_affiliations: Set trust to 0 if unknown Fixes a traceback preventing to join any room.
author Link Mauve <linkmauve@linkmauve.fr>
date Tue, 09 Sep 2025 14:09:30 +0200
parents 021b2686c19b
children 7bca4f5935d6
line wrap: on
line source

This module authenticates server-to-server connections by looking for an already established connection that uses the exact same certificate, reusing
the earlier validation results and letting Prosody skip performing slower validation methods such as [POSH][mod_s2s_auth_posh] twice.