Mercurial > prosody-modules
annotate mod_s2s_auth_samecert/README.md @ 6268:5bd4cbe2bfee
mod_http_connect: HTTP CONNECT proxy
Meant to allow anonymizing connections to remote HTTP Upload services
A work in progress
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 25 Jun 2025 15:21:00 +0200 |
| parents | 021b2686c19b |
| children | 7bca4f5935d6 |
| rev | line source |
|---|---|
|
6249
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. |
