Egregoros

Signal feed

Timeline

Post

Remote status

Context

3
@mWare I've removed the archiveopteryx-devel FreeBSD port and moved the regular one to track the latest git commit. It has the TLS fixes.

From what I can tell, the TLS fixes worked. I haven't seen any hung connections etc everything seems to be working great

Next: make it possible to configure the protocols and ciphers as we have no control over that right now. I have a patch to do it, but haven't fully tested it yet.
@mWare I've also submitted a patch that exposes configuration of the TLS ciphers and protocols. We'll see if they merge it. That removes one of the last reasons to use something like haproxy

one of the things that kinda sucks about using haproxy here is that you lose the client IP address. The connections table logs all of the sessions to the server and you'll just have the haproxy IP in there for everyone instead of the real IP address of the user. I doubt many people look at this, but it is a nice audit trail...