You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See https://metacpan.org/pod/IO::Socket::SSL#Basic-SSL-Server we need to implement the second option using start_SSL so we can control how the initial listening socket works.
once we have that, we could implement a STARTTLS command relatively easily.
conveniently, this would also let us use new X.509 certs for new connections, which was a concern for the old method.
pircd/pircd
Line 104 in c4352b1
Reuse on the SSL socket doesn't work, which isn't a big surprise when you go looking at the code. Sigh.
The text was updated successfully, but these errors were encountered: