💾 Archived View for bbs.geminispace.org › s › GmCapsule › 21951 captured on 2024-12-17 at 15:09:40. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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.
Nov 19 · 4 weeks 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.