Fix TLS, again... #38

Merged
jordan merged 4 commits from lda/Cytoplasm:fix-tls into master 2024-06-24 15:18:44 -04: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 11:43:34 -04:00
b6388eb7fe
[FIX] Fix issue related to TLS
The Makefile didn't properly set TLS_IMPL, effectively causing no
TLS implementation to be put in.
5dc1ec49eb [FIX] Actually set fd.
I *should* have seen that one coming, oops!
lda added 1 commit 2024-06-23 01:54:49 -04:00
d7faff734c [FIX] Actually apply serverName
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 15:18:44 -04: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.