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:
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.
2024-11-19 ยท 1 year ago
3 Comments โ
๐ satch [OP] ยท 2024-11-19 at 11:08:
Nevermind, I added my own logs in my installation :)
๐ skyjake [mod...] ยท 2024-11-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] ยท 2024-11-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.