I'm wondering if there's any way to enable more verbose server logs?
I keep getting this error when I try to connect from a gemini client I'm debugging:
2024-11-19 10:40:38 [0] -- Problem: [('SSL routines', '', 'wrong version number')] stream shutdown error: [('SSL routines', '', 'shutdown while in init')]
I'd love to figure out what's actually going on here, as I'm completely sure I don't have the wrong TLS version.
=> Posted in: s/GmCapsule | ๐ satch
2024-11-19 ยท 2 months ago
=> ๐ satch [OP] ยท Nov 19 at 11:08:
Nevermind, I added my own logs in my installation :)
=> ๐น๏ธ skyjake [mod...] ยท Nov 19 at 12:20:
Yeah, there isn't any more verbose logging available in the server currently... When confronted with unexpected errors, I've been attaching a debugger to it and taking a closer look at what's actually happening.
Better logging is a reasonable future improvement idea.
=> ๐ satch [OP] ยท Nov 19 at 13:04:
@skyjake FYI, the issue ended up being that I set applicationProtocols to empty explicitly in the TLS parameters. I removed that line and my trouble went away.
text/gemini; charset=utf-8
This content has been proxied by September (ba2dc).