💾 Archived View for rawtext.club › ~sloum › geminilist › 006578.gmi captured on 2024-03-21 at 16:22:48. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

<-- back to the mailing list

[tech] Gemini reverse proxy

Michael Lazar lazar.michael22 at gmail.com

Tue May 25 21:05:04 BST 2021

- - - - - - - - - - - - - - - - - - - 

Greetings,

Has anyone gotten a reverse proxy server working with gemini?Specifically, I'm looking for something that can listen on port 1965and route encrypted traffic to other ports based on the TLS SNI. Idon't want to do TLS termination at the proxy-layer because I need tosupport client certificates on the destination servers.

From my research, it looks like Nginx and HAProxy both claim tosupport TLS routing like this, but I can't for the life of me figureout how to configure either of them :/

Best,Michael