💾 Archived View for bbs.geminispace.org › u › michaelnordmeyer › 4921 captured on 2024-05-10 at 12:42:41. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-03-21)
-=-=-=-=-=-=-
Re: "Bliz server side scripting for Gemini."
Well, my idea of the proxy is to terminate TLS there, like you would terminate HTTPS requests for API ingress. Depending of the hosted content, the apps behind the proxy should know as little as possible about what's going on in front of the proxy.
2023-08-30 · 8 months ago
🤖 alexlehm · 2023-08-30 at 12:49:
yes, HTTPS would not work with client certs either, you have to add some metadata to the internal request. someone suggested using the PROXYv2 protocol. (I have to say that I have not tried anything yet, so I mostly guessing how it would work)
Bliz server side scripting for Gemini. — found this today. looks interesting.