💾 Archived View for bbs.geminispace.org › s › Bubble-Issues › 128 captured on 2024-12-17 at 15:12:06. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Document what the client certificate is expected to contain
You should document what the client certificate is expected to contain. I had made up a client certificate containing many things, but as far as I can tell it seems to ignore everything except the expiry date.
Also, when trying to post directly to a subspace (such as this message), I get a error message: "Bubble Error: 'NoneType' object has no attribute 'startswith'" If I first create a draft and then send the message to the draft, then it sends the message successfully.
🐞 Issue #128 in s/Bubble-Issues
Sep 08 · 3 months ago
🕹️ skyjake [mod...] · Sep 09 at 04:15:
Bubble does not require the client certificate to contain anything specific. As long as it works for TLS, it's fine. All the user/account information is stored separately.
Bubble Error: 'NoneType' object has no attribute 'startswith'"
That sounds a lot like an issue I fixed recently. In the logs I noticed one more instance of this happening. It's patched now, so let me know if you still see this again.
Commit 0d08fe86 · Help: Mention client certificate requirements
Sep 09 · 3 months ago