Mercurial > prosody-modules
view mod_s2s_auth_samecert/README.md @ 6298:6f4469d97349
mod_http_oauth2: Update Compatibility section with new Prosody 13.0 branch
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 15 Jul 2025 23:06:14 +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.
