# HG changeset patch # User Kim Alvefur # Date 1749382113 -7200 # Node ID 021b2686c19bec264b09c3a583161fc8e4a4906a # Parent 28fd42866be93a0a5fd59e677bf11de76df486e4 mod_s2s_auth_samecert: Add brief README diff -r 28fd42866be9 -r 021b2686c19b mod_s2s_auth_samecert/README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_s2s_auth_samecert/README.md Sun Jun 08 13:28:33 2025 +0200 @@ -0,0 +1,2 @@ +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.