Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add support for HTTPS proxy for federation requests #8660

Closed
erikjohnston opened this issue Oct 26, 2020 · 1 comment · Fixed by #10475
Closed

Add support for HTTPS proxy for federation requests #8660

erikjohnston opened this issue Oct 26, 2020 · 1 comment · Fixed by #10475
Labels
A-Performance Performance, both client-facing and admin-facing

Comments

@erikjohnston
Copy link
Member

This will be helpful for certain use cases, but mainly I'd like to see if using one reduces CPU usage for small servers that end up making lots of connections at once.

@richvdh
Copy link
Member

richvdh commented Aug 6, 2021

but mainly I'd like to see if using one reduces CPU usage for small servers that end up making lots of connections at once.

I can't really see how it will help on that front. We can't offload the SSL to the proxy, thanks to the way SRV records and TLS certs interact, so my feeling is that the proxy will do nothing but add overhead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Performance Performance, both client-facing and admin-facing
Projects
None yet
2 participants