Fix TLS, again... #38

Merged
jordan merged 4 commits from lda/Cytoplasm:fix-tls into master 2024-06-24 19:18:44 +00:00
Contributor

No one set the cookie's fd, which easily caused issues that I didn't notice until recently, where I needed to send a HTTPS request while running a server.

That should finally fix OpenSSL TLS issues.

No one set the cookie's `fd`, which easily caused issues that I didn't notice until recently, where I needed to send a HTTPS request while running a server. That should finally fix OpenSSL TLS issues.
lda added 3 commits 2024-06-19 15:43:34 +00:00
The Makefile didn't properly set TLS_IMPL, effectively causing no
TLS implementation to be put in.
I *should* have seen that one coming, oops!
lda added 1 commit 2024-06-23 05:54:49 +00:00
As it turns out, it *was* odd. Not doing that will cause *someone* to
spend several hours fixing a SSL problem around a bridge they're making,
which needs to download media from a server and can't from *some* for an
undiscernable reason, causing said person to start going insane before
realising that Cytoplasm didn't set the server name properly.
Author
Contributor

Just fixed a small issue around serverName not being managed, which was a recipe for disasters.

Just fixed a small issue around serverName not being managed, which was a recipe for disasters.
Owner

Oh, great!

Oh, great!
jordan merged commit bd310e62ac into master 2024-06-24 19:18:44 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Telodendria/Cytoplasm#38
No description provided.