<20210316075714.091701CC0043@dd49836.kasserver.com>
Hi, when trying to get gemini://discovery.geminiprotocol.com/ with gmni it fails with SSL error 296 Error: SSL error I'm not sure why this happens, the capsule seems to work fine with other clients. I've tested as of commit 93f30522 build against BearSSL 0.6 on ArchLinux. Can anyone confirm this issue? Regards René
<C9YSHX7SWMAJ.1241L63B2TR8N@taiga>
<20210316075714.091701CC0043@dd49836.kasserver.com>
(view parent)
No clue what error 296 is, but I can reproduce it.
<20210316175935.F149D1CC0885@dd49836.kasserver.com>
<C9YSHX7SWMAJ.1241L63B2TR8N@taiga>
(view parent)
Seems like other clients (which use LibreSSL for example) are also hit by this. The assumption is that it's caused by ed25519 based ciphers which currently seem not be supported by all libs. BearSSL should support ed25519, but i'm not sure what this "32-bit" should mean: https://bearssl.org/todo.html ... EC Curve25519 (32-bit) Done (0.3) EC Curve25519 (32->32 only) Done (0.3) EC Curve25519 (with __uint128) Planned ...
<20210316183620.z5yigw47zs2tx3am@rkumarlappie>
<C9YSHX7SWMAJ.1241L63B2TR8N@taiga>
(view parent)
This error was just discussed and isolated in the Gemini mailing list: Subthread 1: https://lists.orbitalfox.eu/archives/gemini/2021/006130.html Subthread 2: https://lists.orbitalfox.eu/archives/gemini/2021/006136.html It's most likely caused by a lack of support for ED25519. -- /Seirdy