š¾ Archived View for bbs.geminispace.org āŗ s āŗ GmCapsule-Issues āŗ 13 captured on 2024-12-17 at 15:13:30. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Been working on titan submissions and gmcapsule is showing:
60 Client certificate required for upload
This seems to conflict with the titan spec which says:
token is necessary to defend against vandalism or spam ā the only alternative would be the mandatory registering of client certificates. I feel that raises the barrier to entry quite considerably.
It seems like uploads should require either a token or a certificate, but certificate should be optional. The certificate requirement is creating a problem for me at the moment since I want users to be able to upload without needing a certificate.
Am I missing any obvious settings?
š Issue #13 in s/GmCapsule-Issues
Sep 08 Ā· 3 months ago
š¹ļø skyjake [mod...] Ā· Sep 08 at 04:00:
GmCapsule does allow certificate-less Titan uploads. They are disabled by default, and need to be enabled with a configuration setting. Unfortunately, I've forgotten to document it! Just add this to the [titan] section:
require_identity = false
I'll fix the docs...
š istvan [OP] Ā· Sep 08 at 04:10:
Thank you again, skyjake! I hope Iām not bothering you with all these questions. I always appreciate your help.
Commit d7db6064 Ā· Documented missing settings
Sep 08 Ā· 3 months ago
š¹ļø skyjake [mod...] Ā· Sep 08 at 04:30:
No problem. š