Daniel McCarney
Daniel McCarney
> The logs don't seem particularly helpful with regards to the TLS issue though. :( Yeah :-( Let me push a patch I've been using locally that adds more debugging...
> Let me push a patch I've been using locally that adds more debugging in one place. https://github.com/Blightmud/Blightmud/pull/969
> If it helps, here's the same connection for the last server being negotiated over TLS 1.2, using the openssl s_client: This server's TLS configuration is also pretty dire (_It's...
@chifflier If you want to leave this un-merged I can push an update to add the matrix config from asn1-rs later tonight after I'm finished work. Otherwise I'll follow-up in...
> I'll wait so you do not need to open a new one. Done :ballot_box_with_check:
Hi @tzfx, @cmetz, @mikotaichou Would you folks be able to test whether this problem still occurs with Blightmud built from source using `cargo`? I recently replaced the OpenSSL backend with...
:tada: Awesome! Thanks for the quick reply :-) I think we should leave this bug open until there's a release cut. Hopefully it also fixes the problem for the other...
Good news about the crash. Bad news about the instant disconnect :sweat_smile: I'll have to dig into that more. Unfortunately I can't reproduce yet (i'm on Linux). I've tried connecting...
I think that's one option - you could change your `NoVerifier` impl to return [the default list](https://github.com/rustls/rustls/blob/e9c15abe0633416aefc783bbc5f7ab525e899c77/rustls/src/verify.rs#L410-L418) we were using before it was removed from the trait. I think you...
I started looking at porting this coverage over to the rustls/webpki fork but decided to abandon the effort for a few reasons. I thought recording the challenges here would be...