Fix TLS, again... #38
Loading…
Reference in a new issue
No description provided.
Delete branch "lda/Cytoplasm:fix-tls"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Just fixed a small issue around serverName not being managed, which was a recipe for disasters.
Oh, great!