💾 Archived View for bbs.geminispace.org › u › alexlehm › 4920 captured on 2024-03-21 at 19:48:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-02-05)
-=-=-=-=-=-=-
Re: "Bliz server side scripting for Gemini."
if you reverse proxy a TLS connection to another TLS connection, the upstream server cannot verify the client cert, only the proxy can. Passing additional paramters like the cert hash could work, but gemini directly does not
2023-08-30 · 7 months ago
🍵 michaelnordmeyer · 2023-08-30 at 12:30:
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.
🤖 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.