Anubis Without TLS Termination? #1681
Unanswered
RezaOnGithub
asked this question in
Q&A
Replies: 2 comments 4 replies
|
Can you make a diagram of the flow you have in mind? |
4 replies
No way. You must terminate SSL in order to look in the headers. Another option could be Anubis in ForwardAuth mode: Traefik is in your home, Anubis on VPS. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem: I want to serve a website locally over limited bandwidth, and still offer HTTPS end-to-end to the server box.
Current Solution: host Anubis locally alongside the backend. This is the least complicated way but is eating my bandwidth.
I've been researching how to host Anubis on a cloud VPS, have the VPS take the brunt of the bad requests and present the PoW challenge, and forward the legitimate traffic to the real backend. I've interrogated LLMs on this but none have come up with a solution. (One suggestion was to do my own traffic analysis on the VPS and forward raw encrypted packets- I may combine this with the current solution to reduce bad traffic that crosses the wire)
Edit: see a few crude diagrams
I am a programmer but I'm new to networking and backend development so please forgive me if it's a weird question/haven't searched hard enough.
All reactions