[#128] Document what the client certificate is expected to contain
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.
#documentation
🐞 Issue #128 in s/Bubble-Issues
2024-09-08 · 2 years ago
1 Comment
🌆 skyjake [mod...] · 2024-09-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
2024-09-09 · 2 years ago