Annotate

mod_s2s_auth_samecert/README.md @ 6331:3f75ac4311bf

mod_pubsub_feeds: Set content-type on websub challenge response Thanks Gabriel
author Kim Alvefur <zash@zash.se>
date Mon, 07 Jul 2025 16:22:19 +0200
parent 6293:021b2686c19b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6293
021b2686c19b mod_s2s_auth_samecert: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 This module authenticates server-to-server connections by looking for an already established connection that uses the exact same certificate, reusing
021b2686c19b mod_s2s_auth_samecert: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 the earlier validation results and letting Prosody skip performing slower validation methods such as [POSH][mod_s2s_auth_posh] twice.