Software / code / prosody-modules
File
mod_s2s_auth_samecert/README.md @ 6311:27bb0bc3f4b5
mod_push2: always push voip notifications
Even during grace period
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Tue, 24 Jun 2025 12:13:27 -0500 |
| parent | 6293:021b2686c19b |
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.